API Mnemonic Operands Function Controllers: Es/Ex/Ss Sa/Sx/Sc Eh/Sv
API Mnemonic Operands Function Controllers: Es/Ex/Ss Sa/Sx/Sc Eh/Sv
Controllers
22 D MUL P Multiplication ES/EX/SS SA/SX/SC EH/SV
Explanations:
1. If S1 and S2 are used in device F, only 16-bit instruction is applicable.
2. If D is used in device E, only 16-bit instruction is applicable.
3. In 16-bit instruction, D occupies 2 consecutive devices.
4. In 32-bit instruction, D occupies 4 consecutive devices.
5. See the specifications of each model for their range of use.
6. This instruction multiplies S1 by S2 in BIN format and stores the result in D. Be careful with the
positive/negative signs of S1, S2 and D when doing 16-bit and 32-bit operations.
7. In 16-bit BIN multiplication,
+1
b31.. b16 b15.. b00 b31.. b16 b15.. b00 b63. b48 b47. b32 b31. b16 b15. b00
X =
b31 is a symbol bit b31 is a symbol bit b63 is a symbol bit (b15 of D+3 )
Program Example:
The 16-bit D0 is multiplied by the 16-bit D10 and brings forth a 32-bit product. The higher 16 bits are
stored in D21 and the lower 16-bit are stored in D20. On/Off of the most left bit indicates the
positive/negative status of the result value.
X0
MUL D0 D10 D20