Everything
5.3.2 Assembler List Directive

This directive controls the output information and format of the assembler list file. It does not affect code generation.

.LIST

This directive can stop (OFF) outputting lines to the assembler list file.

[Format]

.LISTΔ[ON|OFF]

[Description]

This directive can stop (OFF) outputting lines to the assembler list file.

Even in the range where line output is stopped, error lines are output to the assembler list file.

This directive can start (ON) outputting lines to the assembler list file.

When this directive is not specified, all lines are output to the assembler list file.

[Examples]

.LIST ON

.LIST OFF

[Remarks]

Be sure to insert a space character or a tab between this directive and the operand.

Specify OFF as the operand to stop outputting lines.

Specify ON as the operand to start outputting lines.