Fujitsu CM25-00322-1E Saw User Manual


 
12
CHAPTER 2 OPERATION
2.1.4 Operators Usable in Data and Address Formulas
Table 2.1-2 lists the operators that can be used in data and address formulas and their
priorities.
Operators Usable in Data and Address Formulas
Table 2.1-2 List of Operators Usable in Data and Address Formulas
Priority Symbol Explanation Type of operator
1 ( )
[ ]
.
- >
Priority change
Subscript representation
Structure
Structure pointer
Linear expression
2 -
&
!
~
*
sizeof
(type)
Minus sign
Address
Logical NOT
Bit NOT
Memory indirect reference
Size (byte)
Type cast
Binary operator
3 *
/
%
Multiplication
Division
Remainder
Binary operator
4 +
-
Addition
Subtraction
5 <<
>>
Left shift
Right shift
6 <
<=
>
>=
Less than
Less than or equal to
Greater than
Greater than or equal to
Binary operator (Relational operator)
7 ==
!=
Equal to
Not equal to
8 & Bit AND Binary operator
9 ^ Bit EOR
10 | Bit OR
11 && Logical AND
12 || Logical OR