mikroC
making it simple...
Below is the overview of arithmetic types:
(unsigned) char
signed char
(signed) short (int)
unsigned short (int)
(signed) int
unsigned (int)
(signed) long (int)
unsigned long (int)
float
double
long double
MikroElektronika: Development tools - Books - Compilers
mikroC - C Compiler for Microchip PIC microcontrollers
Type
Size
8-bit
8-bit
8-bit
8-bit
16-bit
16-bit
32-bit
32-bit
32-bit
32-bit
32-bit
Range
0 .. 255
- 128 .. 127
- 128 .. 127
0 .. 255
-32768 .. 32767
0 .. 65535
-2147483648 .. 2147483647
0 .. 4294967295
±1.17549435082E-38 ..
±6.80564774407E38
±1.17549435082E-38 ..
±6.80564774407E38
±1.17549435082E-38 ..
±6.80564774407E38
page
61
Need help?
Do you have a question about the PIC Microcontrollers PIC12 and is the answer not in the manual?