This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Parameter passing from C to assembler in RealView

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!