Return to previous page Return to menu Go to next page

7. Load module output format

Motorola S28

This is one of the output formats defined by Motorola, and a 24-bit address code is output.

The contents of the data record are as follows.

Checksum is the checksum in the record that contains the byte count, address and data
The one's complement of binary addition up to the previous byte.

Intel HEX

This is one of the Intel format output formats, and a 16-bit address code is output. Each record begins with a ':' followed by a byte count. The byte count is followed by a 4-digit address (hexadecimal notation) and a record type, followed by the data, and finally the checksum.

The contents of the data record are as follows.

The checksum is the two's complement of the binary addition up to the byte immediately before the checksum in the record containing the byte count, address, record type, and data.


Return to previous page Return to menu Go to next page