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

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
DATA DEFINITIONS
Basic and Special types
This section describes what the basic data types and specifiers are and how variables can be
declared using those types. In C all the variables should be declared before they are used. They
can be defined inside a function (local) or outside all functions (global). This will affect the visibility
and life of the variables.
Basic Types
int1
int8
int16
int32
int48
int64
float32
float48
float64
C Standard Type
short
char
int
long
long long
float
double
Specifier
Type-
1 bit number
8 bit number
16 bit number
32 bit number
48 bit number
64 bit number
32 bit float
48 bit float (higher
precision)
64 bit float
Size
Default Type
int8
unsigned int8
int16
int32
int64
float32
float64
N/A
-1.5 x 10
-2.9 x 10
-5.0 x 10
Range
281474976710655
0 to 4294967295
0 to 65535
Unsigned
45
39
324
0 to 255
0 to 1
to 3.4 x 10
0 to
to 1.7 x 10
to 1.7 x 10
38
38
308
-9223372036854775808 to
9223372036854775807
-140737488355328 to
140737488355327
-32768 to 32767
-2147483648 to
2147483647
-128 to 127
Signed
N/A
Digits
1/2
2-3
4-5
9-10
14-15
18-19
7-8
11-12
15-16
43

Related parts for PCDIDE COMPILER