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

restore registers at the end of a assembler function

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.

:-)

0