SW500009 Microchip Technology, SW500009 Datasheet - Page 118

HI-TECH FOR DSPIC/PIC24

SW500009

Manufacturer Part Number
SW500009
Description
HI-TECH FOR DSPIC/PIC24
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC24 & DsPICr
Datasheet

Specifications of SW500009

Supported Families
PIC24
Core Architecture
PIC, DsPIC
Software Edition
Standard
Kit Contents
Software And Docs
Tool Type
Compiler
Mcu Supported Families
PIC24 MCUs And DsPIC DSCs
Lead Free Status / RoHS Status
Not applicable / RoHS Compliant
For Use With/related Products
DSPIC3X/PIC24
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
025
778-1003
778-1003
HI-TECH C Assembly Language
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.
options are listed in Table 4.8.
4.3.9.5 NOCOND
Using this control will prevent conditional code from being included in the listing output. See also
the COND control in Section 4.3.9.1.
104
COND*
EXPAND
INCLUDE
LIST*
NOCOND
NOEXPAND*
NOLIST
PAGE
SUBTITLE
TITLE
See also the driver option -P in Section
Alternatively, the LIST control may includes options to control the assembly and the listing. The
See also the NOLIST control in Section 4.3.9.7.
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: ASPIC assembler controls
Meaning
2.4.11
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 SW500009