OH51 User's Guide

Data Record

The Intel HEX file is made up of any number of data records terminated with a carriage return and a linefeed. Data records appear as follows:

:10246200464C5549442050524F46494C4500464C33

where:

10is the number of data bytes in the record.
2462is the address where the data are to be located in memory.
00is the record type 00 (a data record).
464C...464Cis the data.
33is the checksum of the record.