This option specifies a subcommand file.
[Specification format]
- | Interpretation when omitted |
Only the options and file names specified on the command line are recognized.
[Detailed description]
- | This option handles file as a subcommand file. |
- | An error will occur if file does not exist. |
- | An error will occur if file is omitted. |
[Example of use]
- | To handle "command.txt" as a subcommand file, describe as: |
>asrl @command.txt main.asm
|