ABL electronic PIC12 Personal Computer User Manual


 
MikroElektronika:
Development
tools
-
Books
-
Compilers
10 1
page
mikroC
- C Compiler for Microchip PIC microcontrollers
mikroC
making it simple...
Precedence Operands Operators Associativity
15 2
() [] . ->
left-to-right
14 1
! ~ ++ -- + - *
& (
type
) sizeof
right-to-left
13 2
* / %
left-to-right
12 2
+ -
left-to-right
11 2
<< >>
left-to-right
10 2
< <= > >=
left-to-right
9 2
== !=
left-to-right
8 2
&
left-to-right
7 2
^
left-to-right
6 2
|
left-to-right
5 2
&&
left-to-right
4 2
||
left-to-right
3 3
?:
left-to-right
2 2
= *= /= %= += -=
&= ^= |= <<= >>=
right-to-left
1 2
,
left-to-right