This option specifies the end of option specifications.
[Specification format]
- | Interpretation when omitted |
None
[Detailed description]
- | This option specifies the end of option specifications. |
[Caution]
- | This option can be used only in a subcommand file. |
[Example of use]
- | Create subcommand file "sub.txt" with the following content. |
input=a.obj,b.obj ;(1)
start=.SEC1,.SEC2,.SEC3/100,.SEC4/8000 ;(2)
output=a.abs ;(3)
exit
|
To specify subcommand file sub.txt, describe as:
>rlink -subcommand=sub.txt -nodebug
|
Processing from (1) to (3) are executed and a.abs is output.
The -nodebug option specified on the command line after this option is executed is invalid.