INC (HL)
INC (IX+d)
INC (IY+d)
Increment
Rabbit 2000/3000/4000 Instruction
|
|
34
|
INC (HL)
|
|
(HL) = (HL) + 1
|
|
DD 34 d
|
INC (IX+d)
|
|
(IX+d) = (IX+d) + 1
|
|
FD 34 d
|
INC (IY+d)
|
|
(IY+d) = (IY+d) + 1
|
Description
Increments the byte whose address is:
- HL, or
- the sum of IX and the 8-bit signed displacement d, or
- the sum of IY and the 8-bit signed displacement value d