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.

CCS的C语言中嵌入汇编指令编译不通过!!!

Other Parts Discussed in Thread: MSP430F5438A

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