The options in the table below control the format of the listing file. The parenthetical inserts specify default if the option is the default condition, and reset if the option is reset to its default state at the end of pass one of the Assembler. If the description contains NO, then the option may be reversed with the NO prefix.
| Option | Description |
|---|---|
| FC | Fold trailing comments. Any trailing comments that are included in a source line are folded underneath the source line and aligned with the opcode field. Lines that start with the comment character are aligned with the label field in the source listing. The FC option is useful for displaying the source listing on 80-column devices. ( default NO) |
| FF | Use form feeds for page ejects in the listing file. (default NO) |
| FM | Format Assembler messages so that the message text is aligned and broken at word boundaries. (default NO) |
| PP | Pretty print listing file. The Assembler attempts to align fields at a consistent column position without regard to source file formatting. (default reset NO) |
| RC | Space comments relatively in listing fields. By default, the Assembler always places comments at a consistent column position in the listing file. This option allows the comment field to float: on a line containing only a label and opcode, the comment would begin in the operand field. (default NO) |