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...") |
|||
(5 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | 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. | + | {{FormatInfo |
+ | |formattype=electronic | ||
+ | |subcat=Transfer Encodings | ||
+ | |extensions={{ext|hex}}, others | ||
+ | }} | ||
+ | '''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. | ||
− | + | == Sample files == | |
+ | * {{DexvertSamples|text/intelHEX}} | ||
+ | |||
+ | == Links == | ||
+ | * [[wikipedia:Intel_HEX]] | ||
+ | |||
+ | [[Category:Executables]] | ||
+ | [[Category:Intel]] |
Latest revision as of 12:51, 18 May 2025
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.