The following table lists the listing-file control directives to control the generation of the assembler listing file.
| Directive | Description |
|---|---|
| CLIST - List conditional assembly | Specify if all instructions in a conditional assembly block must be inserted in the listing file or not. |
| LIST - Enable Listing | Specify that all subsequent instructions must be inserted in the listing file. |
| LLEN - Set Line Length | Define line length in assembly listing file. |
| MLIST - List macro expansions | Specify if the macro expansions must be inserted in the listing file. |
| NOLIST - Disable Listing | Specify that all subsequent instruction must not be inserted in the listing file. |
| PLEN - Set Page Length | Define page length in the assembler listing file. |
| SPC - Insert Blank Lines | Insert an empty line in the assembly listing file. |
| TABS - Set Tab Length | Define number of character to insert in the assembler listing file for a TAB character. |
| TITLE - Provide Listing Title | Define the user defined title for the assembler listing file. |