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

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
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 PCDIDE COMPILER