Hello to all,
which registers do i have to restore at the end of a assembler function?
Maybee the function is declared
int my_weird_func(int,int,int);
The ARM-assembler-function itself changes R0 to R5.
:-)