Intel Hex Format

This page describes the format of an Intel hex file produced by a suitable assembler. This code is often downloaded from a PC to a development system and run from RAM. Alternatively, the hex file can be converted to a binary file and programmed into an EPROM.

Here is an example hex file:

:10008000AF5F67F0602703E0322CFA92007780C361
:1000900089001C6B7EA7CA9200FE10D2AA00477D81
:0B00A00080FA92006F3600C3A00076CB
:00000001FF

Now look at the top line...

The last line of the file is special, and will always look like that above.

Record types:


This page was snarfed from:
http://labyrinth.net.au/~steve/intel_hex.html