Microchip Technology XC8 Standard Compiler (Workstation) SW006021-1 SW006021-1 ユーザーズマニュアル

製品コード
SW006021-1
ページ / 518
Macro Assembler
 2012 Microchip Technology Inc.
DS52053B-page 267
6.4.10.6
NOCOND
Using this control will prevent conditional code from being included in the assembly list 
file output. See also the COND control in Section 6.4.10.2 “COND”.
6.4.10.7
NOEXPAND
The NOEXPAND control disables macro expansion in the assembly list file. The macro 
call will be listed instead. See also the EXPAND control in Section 6.4.10.3 “EXPAND”
Assembly macro are discussed in Section 6.4.9.13 “MACRO and ENDM”.
6.4.10.8
NOLIST
This control turns the listing output off from this point onward. See also the LIST control 
in Section 6.4.10.5 “LIST”.
6.4.10.9
NOXREF
The NOXREF control will disable generation of the raw cross reference file. See also the 
XREF
6.4.10.10 PAGE
The PAGE control causes a new page to be started in the listing output. A Control-L 
(form feed) character will also cause a new page when encountered in the source.
6.4.10.11 SPACE
The SPACE control will place a number of blank lines in the listing output as specified 
by its parameter.
6.4.10.12 SUBTITLE
The SUBTITLE control defines a subtitle to appear at the top of every listing page, but 
under the title. The string should be enclosed in single or double quotes. See also the 
TITLE
6.4.10.13 TITLE
This control keyword defines a title to appear at the top of every listing page. The string 
should be enclosed in single or double quotes. See also the SUBTITLE control in 
Section 6.4.10.12 “SUBTITLE”.
6.4.10.14 XREF
The XREF control is equivalent to the driver command line option --CR (see 
Section 4.8.23 “--DEBUGGER: Select Debugger Type”). It causes the assembler to 
produce a raw cross reference file. The utility CREF should be used to actually generate 
the formatted cross-reference listing.