This indicates the value of the code.
: XX XXXX 00 DD......DD SS NL
(1) (2) (3) (4) (5) (6) (7)
|
|
|
|
Record mark
|
|
Number of bytesNote
|
|
Location address
|
|
Record type (Fixed at 00)
|
|
Code
Each byte of code is expressed as 2-digit hexadecimal number.
|
|
Checksum
|
|
Newline
|
Note | This is limited to the range of 0x1 to 0xff (the minimum value for the number of bytes of the code indicated by one data record is 1 and the maximum value is 255). |
: 04 0100 00 3C58E01B 6C NL
(1) (2) (3) (4) (5) (6) (7)
|
|
|
|
Record mark
|
|
Number of bytes of 3C58E01B expressed as 2-digit hexadecimal numbers
|
|
Location address
|
|
Record type 00
|
|
Each byte of code is expressed as 2-digit hexadecimal number.
|
|
Checksum
The lower 1 byte of E6C, which is the two's complement of 04 + 01 + 00 + 00 + 3C + 58 + E0 + 1B = 194, is expressed as a 2-digit hexadecimal number.
|
|
Newline (\n)
|