如图所示, || PWRITE *XAR7, *XAR6++语句中的||被默认配置成了注释符,请问怎么修改
mangui zhang:你用||实现换行?汇编中注释不是;吗?不知道怎么解决
如图所示, || PWRITE *XAR7, *XAR6++语句中的||被默认配置成了注释符,请问怎么修改
user4837745:
回复 mangui zhang:
我不懂汇编;这是下载的TI的官方例程里面的,在CCS3.3下可以正常识别,但是CCS5下被识别成了注释符
如图所示, || PWRITE *XAR7, *XAR6++语句中的||被默认配置成了注释符,请问怎么修改
mangui zhang:
回复 user4837745:
看看应该有类似的设置
It sounds like perhaps the compiler options are not set to compile for the 28x.Can you check that -v28 is being used in the compiler options?It should be set by default in all of the TI example projects.
如图所示, || PWRITE *XAR7, *XAR6++语句中的||被默认配置成了注释符,请问怎么修改
user4837745:
回复 mangui zhang:
-V28选用了已经,应该不是这个问题