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

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
Operators
sizeof
38
+
+=
&=
&
&
^=
^
l=
l
?:
- -
/=
/
==
>
>=
++
*
!=
<<=
<
<<
<=
&&
!
ll
%=
%
*=
*
~
>>=
>>
->
-=
-
Addition Operator
Addition assignment operator, x+=y, is the same as x=x+y
Bitwise and assignment operator, x&=y, is the same as x=x&y
Address operator
Bitwise and operator
Bitwise exclusive or assignment operator, x^=y, is the same as x=x^y
Bitwise exclusive or operator
Bitwise inclusive or assignment operator, xl=y, is the same as x=xly
Bitwise inclusive or operator
Conditional Expression operator
Decrement
Division assignment operator, x/=y, is the same as x=x/y
Division operator
Equality
Greater than operator
Greater than or equal to operator
Increment
Indirection operator
Inequality
Left shift assignment operator, x<<=y, is the same as x=x<<y
Less than operator
Left Shift operator
Less than or equal to operator
Logical AND operator
Logical negation operator
Logical OR operator
Modules assignment operator x%=y, is the same as x=x%y
Modules operator
Multiplication assignment operator, x*=y, is the same as x=x*y
Multiplication operator
One's complement operator
Right shift assignment, x>>=y, is the same as x=x>>y
Right shift operator
Structure Pointer operation
Subtraction assignment operator
Subtraction operator
Determines size in bytes of operand

Related parts for PCDIDE COMPILER