DEC (HL)
DEC (IX+d)
DEC (IY+d)
Decrement
Rabbit 2000/3000/4000 Instruction
|
|
35
|
DEC (HL)
|
|
(HL) = (HL) - 1
|
|
DD 35 d
|
DEC (IX+D)
|
|
(IX+d) = (IX+d) - 1
|
|
FD 35 d
|
DEC (IY+D)
|
|
(IY+d) = (IY+d) - 1
|
Description
Decrements the byte whose address is:
- HL, or
- the sum of IX and the 8-bit signed displacement value d, or
- the sum of IY and the 8-bit signed displacement value d.