5.7.3.2 xc-dsc-as - Listing File Options Category
| Option | Description | Command Line |
|---|---|---|
| Include source code | Check for a high-level language
listing. High-level listings require that the assembly source code is
generated by a compiler, a debugging option like -g is given to the
compiler, and assembly listings (-al) are requested.Uncheck for a regular listing. | -ah |
| Include macros expansions | Check to expand macros in a listing. Uncheck to collapse macros. | -am |
| Omit false conditionals | Check to omit false conditionals
(.if, .ifdef) in a listing.Uncheck to include false conditionals. | -ac |
| Omit forms processing | Check to turn off all forms processing
that would be performed by the listing directives
.psize, .eject,
.title and .sbttl.Uncheck to process by listing directives. | -an |
| Include assembly | Check for an assembly listing. This
-a suboption may be used with other suboptions.Uncheck to exclude an assembly listing. | -al |
| Include symbols | Check for a symbol table listing. Uncheck to exclude the symbol table from the listing. | -as |
| Omit debugging directives | Check to omit debugging directives from
a listing. This can make the listing cleaner. Uncheck to included debugging directives. | -ad |
| Include section information | Check to display information on each of
the code and data sections. This information contains details on the
size of each of the sections and then a total usage of program and data
memory. Uncheck to not display this information. | -ai |
| List to file | Check to send listing information to a
file. Uncheck to send listing information to the Output window. | -a=asmfilename.lst |
