Intel HEX
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "Intel HEX is a format that stores binary data as hexadecimal digits in ASCII. It's often used for simple memory images, for example data meant to be stored on EEPROM chips, an...") |
Revision as of 20:35, 3 November 2012
Intel HEX is a format that stores binary data as hexadecimal digits in ASCII. It's often used for simple memory images, for example data meant to be stored on EEPROM chips, and microcontroller code.