Reporting Options

The options shown in the table below control what is reported in the listing file.

Table 1. Reporting Options
Option Description
CC Enable cycle counts and clear total cycle count. Cycle counts are shown on the output listing for each instruction. Cycle counts assume a full instruction fetch pipeline and no wait states. (default NO)
CEX Print DC expansions. (default NO)
CL Print the conditional assembly directives. (default reset NO)
CM Preserve comment lines of macros when they are defined. Note that any comment line within a macro definition that starts with two consecutive semicolons (;;) is never preserved in the macro definition. (default reset NO)
CONTC Re-enable cycle counts. Does not clear total cycle counts. The cycle count for each instruction is shown on the output listing.
CRE Print a cross-reference table at the end of the source listing. This option, if used, must be specified before the first symbol in the source program is defined.
DXL Expand DEFINE directive strings in listing. (default reset NO)
HDR Generate listing header along with titles and subtitles. (default reset NO)
IL Inhibit source listing. This option stops the Assembler from producing a source listing.
LOC Include local labels in the symbol table and cross-reference listing. Local labels are not normally included in these listings. If neither the S nor CRE options are specified, then this option has no effect. The LOC option must be specified before the first symbol is encountered in the source file.
MC Print macro calls. (default reset NO)
MD Print macro definitions. (default reset NO)
MEX Print macro expansions. (NO)
MU Include a memory utilization report in the source listing. This option must appear before any code or data generation.
NL Display conditional assembly ( IF- ELSE- ENDIF) and section nesting levels on listing. (default NO)
S Print a symbol table at the end of the source listing. This option has no effect if the CRE option is used.
U Print the unassembled lines skipped due to failure to satisfy the condition of a conditional assembly directive. (default NO)