Use this panel to control how the assembler generates the output file, as well as error and warning messages. You can specify whether to allocate constant objects in ROM, generate debugging information, and strip file path information.
The following table lists and describes the output options for S12Z assembler.
| Option | Description |
|---|---|
| Object File Format | For description, refer to the topic -F (-Fh, -F2o, -FA2o, -F2, -FA2): Output file format. |
| Show Label Statistics | For description, refer to the topic -Ll: Show label statistics. |
| Generate Listing File (e.g. %(TEXTPATH)/%n.lst) | For description, refer to the topic -L: Generate a listing file. |
| Address Size in the Listing File (integer) | For description, refer to the topic -Lasms: Configure the address size in the listing file. |
| Do Not Print Macro Call in Listing File | For description, refer to the topic -Lc: No Macro call in listing file. |
| Do Not Print Macro Definition in Listing File | For description, refer to the topic -Ld: No macro definition in listing file. |
| Do Not Print Macro Expansion in Listing File | For description, refer to the topic -Le: No Macro expansion in listing file. |
| Do Not Print Included Files in Listing File | For description, refer to the topic -Li: No included file in listing file. |