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

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
Purpose:
Examples:
Example Files:
See Also:
118
RANGE=start:stop
Only addresses in this range are read from the hex file.
LOCATION=id
The identifier is made a constant with the start address of the imported data.
SIZE=id
The identifier is made a constant with the size of the imported data.
This directive will tell the compiler to include (link) a relocatable object with this
unit during compilation. Normally all global symbols from the specified file will be
linked, but the EXCEPT and ONLY options can prevent certain symbols from
being linked.
The command line compiler and the PCW IDE Project Manager can also be used
to compile/link/build modules and/or projects.
#IMPORT(FILE=timer.o, ONLY=TimerTask)
void main(void)
{
}
/*
timer.o is linked with this compilation, but only TimerTask() is
visible in scope from this object.
*/
None
#EXPORT, #MODULE,
while(TRUE)
TimerTask();
Invoking the Command Line
Compiler,
Linker Overview

Related parts for PCWHD IDE COMPILER