3.5.4 Start address record

This indicates the entry point address.

:   04  0000  03  PPPP  XXXX  SS  NL
(1) (2) (3)   (4)  (5)   (6)  (7) (8)

Number

Description

(1)

Record mark

(2)

Fixed at 04

(3)

Fixed at 0000

(4)

Record type (Fixed at 03)

(5)

Paragraph value of entry point addressNote

(6)

Offset value of entry point address

(7)

Checksum

(8)

Newline

Note

The address is calculated by (paragraph value << 4) + offset value.