11.07.2015 Views

PicC 9.50 dsPIC Manual.pdf

PicC 9.50 dsPIC Manual.pdf

PicC 9.50 dsPIC Manual.pdf

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Macro AssemblerHI-TECH C Assembly LanguageTable 4.8: LIST control optionsList Option Default Descriptionc=nnn 80 Set the page (i.e. column) width.n=nnn 59 Set the page length.t=ON|OFF OFF Truncate listing output lines. The default wraps lines.p= n/a Set the processor type.r= hex Set the default radix to hex, dec or oct.x=ON|OFF OFF Turn macro expansion on or off.See also the driver option -P in Section 2.4.12 which forces the C preprocessor to preprocessassembly file, thus allowing use of preprocessor directives, such as #include (see Section 3.12.1).4.3.9.4 LISTIf the listing was previously turned off using the NOLIST control, the LIST control on its own willturn the listing on.Alternatively, the LIST control may includes options to control the assembly and the listing. Theoptions are listed in Table 4.8.See also the NOLIST control in Section 4.3.9.7.4.3.9.5 NOCONDUsing this control will prevent conditional code from being included in the listing output. See alsothe COND control in Section 4.3.9.1.4.3.9.6 NOEXPANDNOEXPAND disables macro expansion in the listing file. The macro call will be listed instead. Seealso the EXPAND control in Section 4.3.9.2. Assembly macro are discussed in Section 4.3.8.12.4.3.9.7 NOLISTThis control turns the listing output off from this point onward. See also the LIST control in Section4.3.9.4.87

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!