vaneenbergen schrieb: > in gcc (i use rowley) the first 4 arguments are in R0 - R3, the rest > will be put on stack (so best keep everything withing 4 arguments). > the return will be in R0. This is the (T)APCS standard by ARM. AFAIK all compilers for ARM are doing like this. -- 42Bastian
Message
Re: [lpc2000] Re: Assembly call in C
2006-05-16 by 42Bastian Schick