-END


This option executes option strings specified before this option.

[Specification format]

-END

 

-

Interpretation when omitted

None

[Detailed description]

-

This option executes option strings specified before this option.
After link processing is terminated, option strings specified before this option are input and link processing is continued.

[Caution]

-

This option can be used only in a subcommand file.

[Example of use]

-

Create subcommand file "test.sub" with the following content.

input=a.obj,b.obj               ;(1)
start=P,C,D/100,B/8000          ;(2)
output=a.abs                    ;(3)
end
input=a.abs                     ;(4)
form=stype                      ;(5)
output=a.mot                    ;(6)

 

To specify subcommand file test.sub, describe as:

>rlink -subcommand=test.sub

 

Processing from (1) to (3) are executed and a.abs is output.

Then processing from (4) to (6) are executed and a.mot is output.