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.

HI-TECH C Assembly LanguageMacro AssemblerTable 4.7: ASDSPIC assembler controlsControl 1 Meaning FormatCOND* Include conditional code in the listing CONDEXPAND Expand macros in the listing output EXPANDINCLUDE Textually include another source file INCLUDE LIST* Define options for listing output LIST [, ...,]NOCOND Leave conditional code out of the listing NOCONDNOEXPAND* Disable macro expansion NOEXPANDNOLIST Disable listing output NOLISTPAGE Start a new page in the listing output PAGESUBTITLE Specify the subtitle of the program SUBTITLE “”TITLE Specify the title of the program TITLE “”OPT EXPANDA list of keywords is given in Table 4.7, and each is described further below.4.3.9.1 CONDAny conditional code will be included in the listing output. See also the NOCOND control in Section4.3.9.5.4.3.9.2 EXPANDWhen EXPAND is in effect, the code generated by macro expansions will appear in the listing output.See also the NOEXPAND control in Section 4.3.9.6.4.3.9.3 INCLUDEThis control causes the file specified by pathname to be textually included at that point in theassembly file. The INCLUDE control must be the last control keyword on the line, for example:OPT INCLUDE "options.h"The driver does not pass any search paths to the assembler, so if the include file is not located in theworking directory, the pathname must specify the exact location.86

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

Saved successfully!

Ooh no, something went wrong!