This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
在C工程中插入asm语句,如何访问C中的变量,比如如何把return c;换成asm语句
Hi HOLD,
建议查一下文档spru187t.pdf中“Interfacing C and C++ With Assembly Language” 章节。
或者考虑用TI Intrinsics指令,这种方式与C的混合编程比较方便。