List
The List options make the assembler generate a list file and determine its contents.

Output list file
Makes the assembler generate a list file and send it to the file sourcename.lst. By default, the assembler does not generate a list file.
If you want to save the list file in another directory than the default directory for list files, use the Output Directories option in the General Options category. For more information, see Output. You can open the output files directly from the Output folder which is available in the Workspace window.
For the list file content, choose between:
- Do not include diagnostics
Excludes diagnostic information from the list file.
- Include cross-reference
Generates a cross-reference table at the end of the list file.
- List macro definitions
Includes macro definitions in the list file.
- Disable macro expansion
Excludes macro expansions from the list file.
- List only assembled parts
Excludes lines in false conditional assembly sections from the list file.
- Truncate multiline data field
Lists only the first line of a generated multiline construction. If the option is deselected, all lines are listed.