Use this panel to specify the general assembler behavior.
The following image shows the Configure listing file panel.
The following table lists and describes the configure listing file options for HCS08.
| Option | Description |
|---|---|
| Disable all (-Lasmc) | Print all the columns in the listing file. |
| Do not write the source line (-Lasmc=s) | Do not print source column in the listing file. |
| Do not write the relative line (-Lasmc=r) | Do not print relative column (Rel.) in the listing file. |
| Do not write the macro line (-Lasmc=m) | Do not print macro mark column in the listing file. |
| Do not write the address (-Lasmc=l) | Do not print address column (Loc) in the listing file. |
| Do not write the location kind (-Lasmc=k) | Do not print the location type column in the listing file. |
| Do not write the include mark column (-Lasmc=i) | Do not print the include mark column in the listing file. |
| Do not write the object code (-Lasmc=c) | Do not print the object code in the listing file. |
| Do not write the absolute line (-Lasmc=a) | Do not print the absolute column (Abs.) in the listing file. |