Mixing C and assembly language programs
·If you use registers r2-r17, r28, r29 you must preserve them by pushing them to the stack and pop them before you return. The C compiler expects these registers to be preserved across function calls. · Parameters are passed to your function via registers...