Click here to Skip to main content
15,910,234 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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
Posted

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.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 23-Feb-11 3:39am    
...and even better, not using comment for who know what will be the your software tomorrow...
My 5.
--SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900