Hi,
I would like to call an assembler function from C-Code (generated with CodeComposer) and
then call an assembler routine from another assembler routine.
- I dont know how I can save registers and other things on the stack.
- I dont know which registers I have to save.
- I dont know how to call a assembler subroutine from a assembler routine without destroying registers, stackpointers and program counter.
Maybe you can provide a small assembler code snippet.