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

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:
RANGE=start:stop
Only addresses in this range are included in the hex file.
OFFSET=address
Hex file address starts at this address (0 by default)
ODD
Only odd bytes place in hex file.
EVEN
Only even bytes placed in hex file.
This directive will tell the compiler to either generate a relocatable object file or a
stand-alone HEX binary. A relocatable object file must be linked into your application,
while a stand-alone HEX binary can be programmed directly into the PIC.
The command line compiler and the PCW IDE Project Manager can also be used
to compile/link/build modules and/or projects.
Multiple #EXPORT directives may be used to generate multiple hex files. this
may be used for 8722 like devices with external memory.
#EXPORT(RELOCATABLE, ONLY=TimerTask)
void TimerFunc1(void) { /* some code */ }
void TimerFunc2(void) { /* some code */ }
void TimerFunc3(void) { /* some code */ }
void TimerTask(void)
{
}
/*
This source will be compiled into a relocatable object, but the
object this is being linked to can only see TimerTask()
*/
None
#IMPORT, #MODULE,
TimerFunc1();
TimerFunc2();
TimerFunc3();
Invoking the Command Line
Compiler,
Linker Overview
111

Related parts for PCWHD IDE COMPILER