Tool/software: TI C/C++ Compiler
Hello,
I am trying to port my SW and use TI toolchain instead of ARM (Keil MDK). I have an assembly file and multiple .c files in which the assembly routines are being called. The assembly file calls some c function as well.
As per my understanding the ARM procedure call standard mandate the 8 byte stack alignment. Are there any keywords need to be used in the assembly file to do it just like "PRESERVE8 " and "REQURED8" in ARM assembler?
refer to:
http://www.keil.com/support/man/docs/ARMASM/armasm_dom1361290021571.htm
Regards,
Sarea