SW500007 Microchip Technology, SW500007 Datasheet - Page 122

PICC-18 PRO

SW500007

Manufacturer Part Number
SW500007
Description
PICC-18 PRO
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC18r
Datasheets

Specifications of SW500007

Supported Families
PIC18
Core Architecture
PIC
Software Edition
Professional
Kit Contents
Software And Docs
Mcu Supported Families
PIC18
Tool Function
Compiler
Tool Type
Compiler
Lead Free Status / RoHS Status
Not applicable / RoHS Compliant
For Use With/related Products
PIC18 Series
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
015P
778-1002
778-1002
HI-TECH C Assembly Language
4.3.9.1 COND
Any conditional code will be included in the listing output. See also the NOCOND control in Section
4.3.9.5.
4.3.9.2 EXPAND
When 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 INCLUDE
This control causes the file specified by pathname to be textually included at that point in the
assembly file. The INCLUDE control must be the last control keyword on the line, for example:
The driver does not pass any search paths to the assembler, so if the include file is not located in the
working directory, the pathname must specify the exact location.
assembly file, thus allowing use of preprocessor directives, such as #include (see Section 3.12.1).
4.3.9.4 LIST
If the listing was previously turned off using the NOLIST control, the LIST control on its own will
turn the listing on.
108
COND*
EXPAND
INCLUDE
LIST*
NOCOND
NOEXPAND*
NOLIST
PAGE
SUBTITLE
TITLE
See also the driver option -P in Section
Control
OPT INCLUDE "options.h"
1
Include conditional code in the listing
Expand macros in the listing output
Textually include another source file
Define options for listing output
Leave conditional code out of the listing
Disable macro expansion
Disable listing output
Start a new page in the listing output
Specify the subtitle of the program
Specify the title of the program
Table 4.7: DSPIC assembler controls
Meaning
2.4.12
which forces the C preprocessor to preprocess
COND
EXPAND
INCLUDE <pathname>
LIST [<listopt>, ...,
<listopt>]
NOCOND
NOEXPAND
NOLIST
PAGE
SUBTITLE “<subtitle>”
TITLE “<title>”
Format
Macro Assembler

Related parts for SW500007