我可以在英特尔HEX文件中添加注释吗?

问题描述:

Hello all



i读取Intel hex文件并添加一些行。



现在我想要添加评论,即在添加之前和添加行的末尾



是否可以在英特尔hex文件中添加注释?



如果是,那么如何添加评论。





请帮助

Hello all

i read Intel hex file and add some lines.

now i want to add comments i.e. before adding and at the end of added lines

is it possible to add comments in Intel hex file?

if yes then how to add comments.


please help

SAKryukov是正确的,因为Hex文件格式不包含任何格式说明符:但是你可能会发现无论你用什么来处理文件都可以。



某些软件将接受分号(';')代替记录起始代码(冒号':')以表示该行是注释 - 如果添加,则需要使用您正在使用的软件进行检查评论是一个重要特征。
SAKryukov is correct in that the Hex file format does not contain any specifier for format: however you may find that whatever you are using to process the file does.

Some software will accept a semicolon (';') in place of the record start code (a colon ':') to indicate that the line is a comment - it is worth checking with the software you are using if adding comments is an important feature.


您是否阅读过格式说明: http:// www。 lucidtechnologies.info/intel.htm [ ^ ],http://www.piclist.com/techref/fileext/hex/intel.htm [ ^ ], http://www.microsym.com/content/index.php?pid=4&id=25 [ ^ ]?



未找到关键字评论...



-SA
Did you read the format description: http://www.lucidtechnologies.info/intel.htm[^], http://www.piclist.com/techref/fileext/hex/intel.htm[^], http://www.microsym.com/content/index.php?pid=4&id=25[^]?

The keyword "comment" not found…

—SA