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

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
Directories
The compiler will search the following directories for Include files.
By default, the compiler files are put in C:\Program Files\PICC and the example programs and all
Include files are in C:\Program Files\PICC\EXAMPLES.
The compiler itself is a DLL file. The DLL files are in a DLL directory by default in C:\Program
Files\PICC\DLL. Old compiler versions may be kept by renaming this directory.
Compiler Version 4 and above can tolerate two compilers of different versions in the same
directory. Install an older version (4.xx ) and rename the devices4.dat file to devices4X.dat where X
is B for PCB, M is for PCM, and H is for PCH. Install the newer compiler and do the same rename
of the devices4.dat file.
File Formats
.C
.H
.PJT
.LST
2
This is the source file containing user C source code.
These are standard or custom header files used to define pins, register, register bits,
functions and preprocessor directives.
This is the project file which contains information related to the project.
This is the listing file which shows each C source line and the associated assembly
code generated for that line.
The elements in the .LST file may be selected in PCW under Options>Project
Options>File Formats
Match
code
SFR
names
Symbols
Interpret
Directories listed on the command line
Directories specified in the .PJT file
The same directory as the source file
-Includes the HEX opcode for each instruction
-Instead of an address a name is used. For example instead of 044
is will show CORCON
-Shows variable names instead of addresses
-Adds a pseudo code interpretation to the right of assembly
instruction to help understand the operation.
For example:
LSR W4,#8,W5
:
W5=W4>>8

Related parts for PCWHD IDE COMPILER