-subcommand


< Assembler Command Options / Other Options >

[Format]

-subcommand=<subcommand file name>

[Description]

-

When the subcommand option is specified, the assembler options specified in a subcommand file are used at assembler startup. Specify options in a subcommand file in the same format as in the command line.

[Example]

-

Contents of subcommand file opt.sub:

-listfile
-debug

-

Command line specifications:

-

When options are specified in the command line as shown (1) below, the assembler interprets them as shown in (2).

(1) asrx -endian=big -subcommand=opt.sub test.src
(2) asrx -endian=big -listfile -debug test.src