您好~写了个线性汇编的程序,结果在前面声明的两个寄存器在编译时同时指到了同一个寄存器,改了几次都一样!希望专家们能帮忙看下~谢谢~
(具体程序见附件)
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的bug哈,这个好麻烦啊,因为我没法调试啊。