HCS08 Compiler > Output > Configure Listing File

Use this panel to configure the listing file options of the HCS08 compiler.

The following table lists and describes the Configure Listing File options for the HC(S)08 Compiler.

Table 1. Tool Settings - HCS08 Compiler > Output > Configure Listing File Options
Option Description
Disable all (-Lasmc) This option configures the output format of the listing file generated with the Generate Listing File option. The addresses, the hex bytes, and the instructions are selectively switched off.
Do not write cycle information (-Lasmc=y) This option switches off the cycle information from the output format of the listing file.
Do not write the compiler version (-Lasmc=v) This option switches off the compiler version from the output format of the listing file.
Do not write the source code (-Lasmc=s) This option switches off the source code from the output format of the listing file.
Do not write the source prolog (-Lasmc=p) This option switches off the source prolog from the output format of the listing file.
Do not write the instruction (-Lasmc=i) This option switches off the instruction from the output format of the listing file.
Do not write the function header (-Lasmc=h) This option switches off the function header from the output format of the listing file.
Do not write the source epilog (-Lasmc=e) This option switches off the source epilog from the output format of the listing file.
Do not write the code (-Lasmc=c) This option switches off the code from the output format of the listing file.
Do not write the address (-Lasmc=a) This option switches off the address from the output format of the listing file.