Everything

-end_record [V2.07.00 or later]


< Optimizing Linkage Editor (rlink) Options / Output Options >

[Format]

-end_record = { S7 | S8 | S9 }

[Description]

-

This option specifies the type of the end record of a Motorola S-record file.

-

When the entry point address is larger than the specified address field, select the type of end record that suits the address of the entry point.

-

When this option is omitted, the end record that is output will suit the address of the entry point.

[Example]

rlink a.obj b.obj -end_record=S7 -form=stype -output=c.mot

-

An S-type end record that is interpreted as a 32-bit address (S7) is output regardless of the address range.

[Remarks]

-

When -form={stype} is not also specified, an error message is output in response to this option and execution is terminated.