PCDIDE COMPILER Custom Computer Services Inc (CCS), PCDIDE COMPILER Datasheet - Page 103

PCD C-COMPILER PIC24, DSPIC

PCDIDE COMPILER

Manufacturer Part Number
PCDIDE COMPILER
Description
PCD C-COMPILER PIC24, DSPIC
Manufacturer
Custom Computer Services Inc (CCS)
Type
Compilerr
Datasheet

Specifications of PCDIDE COMPILER

For Use With/related Products
Microchip PIC24/dsPIC®
Lead Free Status / RoHS Status
Not applicable / Not applicable
Other names
429-1008
PRE-PROCESSOR DIRECTIVES
PRE-PROCESSOR
Pre-processor directives all begin with a # and are followed by a specific command. Syntax is
dependent on the command. Many commands do not allow other syntactical elements on the
remainder of the line. A table of commands and a description is listed on the previous page.
Several of the pre-processor directives are extensions to standard C. C provides a pre-processor
directive that compilers will accept and ignore or act upon the following data. This implementation
will allow any pre-processor directives to begin with #PRAGMA. To be compatible with other
compilers, this may be used before non-standard features.
Examples:
Both of the following are valid
#INLINE
#PRAGMA INLINE
Specification
Pre-Defined
Standard C
Function
Identifier
Libraries
Qualifier
Built-in
Device
#IF
#IFDEF
#IFNDEF
#ELSE
#ELIF
#INLINE
#RECURSIVE
_ _DATE_ _
_ _DEVICE_ _
_ _FILE_ _
#DEVICE chip
#FUSES options
#USE DELAY
#USE FAST_IO
#USE SPI
#DEFINE
#UNDEF
#INCLUDE
#WARNING
#ENDIF
#INT_xxx
#INT_DEFAULT
_ _LINE_ _
_ _FILENAME_ _
#ID
#HEXCOMMENT
#USE FIXED_IO
#USE I2C
#USE TOUCHPAD
#LIST
#NOLIST
#PRAGMA
#ERROR
#DEFINEDINC
#SEPARATE
_ _PCD_ _
_ _TIME_ _
#SERIALIZE
#PIN_SELECT
#USE RS232
#USE STANDARD_IO
#USE TIMER
89

Related parts for PCDIDE COMPILER