Use this panel to configure the listing files for the RS08 Compiler to generate output.
The following table lists and describes the Configure Listing FIle options for RS08 compiler.
| 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 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 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 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. |