dsp 用ccs开发
写了个汇编函数,比如函数上有两参数那么用到了A4,B4
然后我在函数实现的时候能随便用其他的寄存器吗,比如用了A5
和主程序会在寄存器上有冲突吗,比如在调用该函数前,A5是有值的,编译器会自动保存该值吗
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.
dsp 用ccs开发
写了个汇编函数,比如函数上有两参数那么用到了A4,B4
然后我在函数实现的时候能随便用其他的寄存器吗,比如用了A5
和主程序会在寄存器上有冲突吗,比如在调用该函数前,A5是有值的,编译器会自动保存该值吗