Specifications

10. Additional Special Devices and Instructions
10-7
(Zero flag, Carry flag, Overflow flag are valid and Error flag M1067,
M1068 read D1067, D1068)
Program example:
M0
M1
DPOW D10 D12
M2
DEBCD D20 D30
D20
DFLT
D12D2
DFLT D0
D10
RST M1081
Ϩʳ When M0 is ON, the data of (D0, D1) and (D2, D3) are converted to
decimal of binary number system and the result are stored in the 32-bit
register, (D10, D11) and (D12, D13).
Ϩʳ When M1 is ON, use the 32-bit register, (D10, D11) and (D12, D13) to
perform the POW operation. The result will be the decimal of binary
number system and stored in the 32-bit register, (D20, D21).
Ϩʳ When M2 is ON, the data of (D20, D21) is converted from binary to
decimal and the result is stored in (D30, D31) register. (At that time, the
result=D30 x 10
D31
)