We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
I am new to ARM.
I have an assembler function (declared in assembler RealView) that is invoked in a C file by the C language convention.
How can I pass arguments from this function invokation in C to the assembler. Do I have to use any registers for it? Or can I simply reserve a memory area? -> This is possible for 8051 but how looks it for the ARM architecture using RealView?
Thanks in advance!