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.

28335 汇编头文件inc 求汇编大神

为什么在CCS5.5里面不能添加汇编的头文件

我添加了.inc 然后再另外的文件中.copy 不行啊

貌似不能识别inc文件  有汇编大神帮帮忙吗

  • 你好,

    CCS中使用的汇编文件是.asm格式的

  • 我知道汇编是asm格式的 

    但是说明文档里面针对汇编的头文件好像可以inc格式

    然后用.copy  "XX.inc"

    但是ccs5貌似不认该文件,我是想问有没有针对汇编的头文件

    像.c ->. h       .asm-> ?