SW500010 Microchip Technology, SW500010 Datasheet - Page 140

HI-TECH C PRO FOR PIC10/12/16

SW500010

Manufacturer Part Number
SW500010
Description
HI-TECH C PRO FOR PIC10/12/16
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC10/12/16r
Datasheets

Specifications of SW500010

Supported Families
PIC10, PIC12, PIC16
Core Architecture
PIC
Software Edition
Professional
Kit Contents
Software And Docs
Mcu Supported Families
PIC10/12/16
Tool Type
Compiler
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
PIC10, PIC12, PIC14, PIC16, PIC16E
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
019P
778-1006
778-1006
HI-TECH C Assembly Language
SIGNAT directive is used by the HI-TECH C compiler to enforce link time checking of C function
prototypes and calling conventions.
from C. For example:
will associate the signature value 8192 with the symbol _fred. If a different signature value for
_fred is present in any object file, the linker will report an error.
4.3.9 Assembler Controls
Assembler controls may be included in the assembler source to control assembler operation such as
listing format. These keywords have no significance anywhere else in the program. The control is
invoked by the directive OPT followed by the control name. Some keywords are followed by one or
more parameters. For example:
A list of keywords is given in Table 4.7, and each is described further below.
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.
140
COND *
EXPAND
INCLUDE
LIST *
NOCOND
NOEXPAND *
NOLIST
PAGE
SUBTITLE
TITLE
Use the SIGNAT directive if you want to write assembly language routines which are called
Control
SIGNAT _fred,8192
OPT EXPAND
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
COND
EXPAND
INCLUDE <pathname>
LIST [<listopt>, ...,
<listopt>]
NOCOND
NOEXPAND
NOLIST
PAGE
SUBTITLE “<subtitle>”
TITLE “<title>”
Format
Macro Assembler

Related parts for SW500010