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...") |
Rhetoric X (Talk | contribs) m (nav header) |
||
| Line 1: | Line 1: | ||
| + | {| | ||
| + | |[[File Formats]] | ||
| + | | > | ||
| + | |[[Electronic File Formats]] | ||
| + | | > | ||
| + | |[[Executables]] | ||
| + | |'''Intel HEX ''' | ||
| + | |} | ||
| + | |||
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 17:46, 4 November 2012
| File Formats | > | Electronic File Formats | > | Executables | Intel HEX |
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.