正在调试MSP430F5438A,要调用汇编指令来实现无条件跳转
我嵌入的汇编代码如下:
asm("BRA #0x20266"); // 跳转到0x20266地址
但是编译不通过,没有弹出任何错误提示!
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.
正在调试MSP430F5438A,要调用汇编指令来实现无条件跳转
我嵌入的汇编代码如下:
asm("BRA #0x20266"); // 跳转到0x20266地址
但是编译不通过,没有弹出任何错误提示!