6 BASIC INSTRUCTIONS
6.2 Arithmetic Operation Instructions
299
6
• These instructions decrement the 32-bit binary data in the device specified by (d) by one.
• When the DDEC(P) instruction is executed while the data in the device specified by (d) is -2147483648, 2147483647 is
stored in the device specified by (d).
• When the DDEC(P) instruction is executed while the data in the device specified by (d) is 0, -1 is stored in the device
specified by (d).
• When the DDEC(P)_U instruction is executed while the data in the device specified by (d) is 0, 4294967295 is stored in the
device specified by (d).
There is no operation error.
73500 (BIN) 73499 (BIN)
-1
b0
(d)
··· ···
(d)+1
(d)
(d)+1
b31 b16 b15
b0
··· ···
b31 b16 b15