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

PCWHD PIC10,16,18,24, DSPIC

PCWHD IDE COMPILER

Manufacturer Part Number
PCWHD IDE COMPILER
Description
PCWHD PIC10,16,18,24, DSPIC
Manufacturer
Custom Computer Services Inc (CCS)
Type
Compilerr
Datasheet

Specifications of PCWHD IDE COMPILER

For Use With/related Products
Microchip PIC10, PIC12, PIC16, PIC18, PIC24, dsPIC MCUs
Lead Free Status / RoHS Status
Not applicable / Not applicable
Other names
429-1009
#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 PCWHD IDE COMPILER