winnie 发表于 2009-3-28 14:34:04

PICC求助

以前一直使用汇编编程,今天使用MAPLAB6.5+PICC8.02,发现一个郁闷的问题,不知道如何生成HEX文件,
查看PICC的帮助文件,提示如下:
Convert the two absolute object files created to Intel HEX files by using the OBJTOHEX application. For example, for the fixed code, it can be converted as follows.
   objtohex -i -16,2 f_abs.obj fixed.hex
Perform this for the replaceable code and you then have two HEX files: one for internal memory; one
for the external space.
按照其提示更改文件名称后,提示出错

winnie 发表于 2009-3-28 14:34:10

FILE-->EXPORT导出HEX文件。
页: [1]
查看完整版本: PICC求助