22
1 OVERVIEW
1.1 Performance Specifications
Table of the operation control/transition instruction
: Usable, : Unusable
Classification Symbol Function Format Basic
steps
Usable
step
Y/N
transition's
conditional
expression
Section of
reference
F/
FS
G
Binary operation = Substitution (D)=(S) 8 Page 131
Substitution: =
+ Addition (S1)+(S2) 7 Page 133
Addition: +
- Subtraction (S1)-(S2) 7 Page 134
Subtraction: -
* Multiplication (S1)*(S2) 7 Page 135
Multiplication: *
/ Division (S1)/(S2) 7 Page 136
Division: /
% Remainder (S1)%(S2) 7 Page 137
Remainder: %
Bit operation ~ Bit inversion (complement) ~(S) 4 Page 138 Bit
inversion
(Complement): ~
& Bit logical AND (S1)&(S2) 7 Page 139 Bit
logical AND: &
| Bit logical OR (S1)|(S2) 7 Page 140 Bit
logical OR: |
^ Bit exclusive logical OR (S1)^(S2) 7 Page 141 Bit
exclusive logical OR:
^
>> Bit right shift (S1)>>(S2) 7 Page 142 Bit
right shift: >>
<< Bit left shift (S1)<<(S2) 7 Page 143 Bit left
shift: <<
Sign - Sign inversion
(complement of 2)
-(S) 4 Page 144 Sign
inversion
(Complement of 2): -