Chapter 3 Instruction Tables
3-15
Arithmetic instructions
API
Symbol Function
0100
+ D+
Addition of binary numbers
S
1
+S
2
=D
0101
- D-
Subtraction of binary numbers
S
1
-S
2
=D
0102
* D*
Multiplication of binary numbers
S
1
*S
2
=D
0103
/ D/
Division of binary numbers
S
1
/S
2
=D
API
Symbol Function
0104
F+ DF+
Addition of floating-point numbers
S
1
+S
2
=D
0105
F- DF-
Subtraction of floating-point
numbers
S
1
-S
2
=D
0106
F* DF*
Multiplication of floating-point
numbers
S
1
*S
2
=D