Hello,
I f I want to insert assembly instructions inside a C code by "asm" instruction and then if I want to use the processor registers, do I need to store the old values of those registers into stack by my code or in that case the compiler would store them at the beginning and restore them at the end of that assembly part by inserting store and load instructions automatically? I am using C6472 processor with code composer studio V4.
Regards,
AC.