Everything

 

-END_RECORD [V1.05 or later]


This option specifies the end record.

[Specification format]

-END_RECORD=record

 

-

Interpretation when omitted

The end record is output to suit the address of the entry point.

[Detailed description]

-

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

-

The following can be specified for record.

S7

S7 record

S8

S8 record

S9

S9 record

-

When the entry point address is larger than the specified address field, select an end record to suit the address of the entry point.

[Example of use]

-

To output a 32-bit S-type end record regardless of the address range, write this as:

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

[Remark]

-

When -form={stype} is not specified, this option outputs an error message and terminates execution.