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

By default, the compiler does not generate a list file. Select any of the following options to generate a list file or an assembler file. The list file will be saved in the List directory, and its filename will consist of the source filename, plus the filename extension lst.
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, see Output.
You can open the output files directly from the Output folder which is available in the Workspace window.
Output list file
Makes the compiler generate a list file. You can open the output files directly from the Output folder which is available in the Workspace window. By default, the compiler does not generate a list file. For the list file content, choose between:
- Assembler mnemonics
Includes assembler mnemonics in the list file.
- Diagnostics
Includes diagnostic information in the list file.
Output assembler file
Makes the compiler generate an assembler list file. For the list file content, choose between:
- Include source
Includes source code in the assembler file.
- Include call frame information
Includes compiler-generated information for runtime model attributes, call frame information, and frame size information.