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

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
#PRAGMA
Syntax:
Elements:
Purpose:
Examples:
Example Files:
Also See:
#RESERVE
Syntax:
Elements:
Purpose:
Examples:
Example Files:
Also See:
#PRAGMA cmd
cmd is any valid preprocessor directive.
This directive is used to maintain compatibility between C compilers. This compiler
will accept this directive before any other pre-processor command. In no case
does this compiler require this directive.
#pragma device
ex_cust.c
None
#RESERVE address
#RESERVE address, address, address
#RESERVE start:end
address is a RAM address, start is the first address and end is the last address
This directive allows RAM locations to be reserved from use by the
compiler. #RESERVE must appear after the #DEVICE otherwise it will have no
effect. When linking multiple compilation units be aware this directive applies to
the final object file.
#DEVICE dsPIC30F2010
#RESERVE
ex_cust.c
#ORG
or
or
0x800:0x80B3
PIC16C54
131

Related parts for PCDIDE COMPILER