< Assembler Command Options / List Options >
[Format]
-show=<sub>[,...]
<sub>: { conditionals | definitions | expansions }
|
[Description]
- | This option specifies the contents of the list file to be output by the assembler. The following output types can be specified as <sub>. |
Table 2.12 | Output Types Specifiable for show Option |
|
|
conditionals
|
The statements for which the specified condition is not satisfied in conditional assembly are also output to a source list file.
|
definitions
|
The information before replacement specified by .DEFINE is output to a source list file.
|
expansions
|
The macro expansion statements are output to a source list file.
|