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

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
__FILE__
Syntax:
Elements:
Purpose:
Examples:
Example Files:
Also See:
__FILENAME__
Syntax:
Elements:
Purpose:
Examples:
Example Files:
Also See:
#FILL_ROM
Syntax:
Elements:
Purpose:
Examples:
Example Files:
Also See:
112
__FILE__
None
The pre-processor identifier is replaced at compile time with the file path and the
filename of the file being compiled.
if(index>MAX_ENTRIES)
assert.h
_ _ line_ _
#fill_rom value
value is a constant 16-bit value
This directive specifies the data to be used to fill unused ROM locations. When
linking multiple compilation units, this directive must appear exactly the same in
each compilation unit.
#fill_rom 0x36
None
#ROM
__FILENAME__
None
The pre-processor identifier is replaced at compile time with the filename of the
file being compiled.
if(index>MAX_ENTRIES)
None
_ _ line_ _
printf("Too many entries, source file: "
printf("Too many entries, source file: "
__FILE__ " at line " __LINE__ "\r\n");
__FILENAME__ " at line " __LINE__ "\r\n");

Related parts for PCDIDE COMPILER