Intel HEX
From Just Solve the File Format Problem
(Difference between revisions)
Rhetoric X (Talk | contribs) m (nav header) |
|||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | { | + | {{FormatInfo |
| − | | | + | |formattype=electronic |
| − | | | + | |subcat=Executables |
| − | | | + | |extensions={{ext|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. | ||
| − | + | == Links == | |
| + | * [[wikipedia:Intel_HEX]] | ||
Revision as of 19:17, 11 March 2015
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.