Intel HEX
From Just Solve the File Format Problem
(Difference between revisions)
Rhetoric X (Talk | contribs) m |
Dan Tobias (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | { | + | {{FormatInfo |
− | | | + | |formattype=electronic |
− | | | + | |subcat=Executables |
− | + | }} | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
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. | 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. | ||
http://en.wikipedia.org/wiki/Intel_HEX | http://en.wikipedia.org/wiki/Intel_HEX |
Revision as of 09:33, 17 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.