![]() |
|
| << Previous | Next >> | |
| | |
ADC A,(IX+d)
ADC A,(IY+d) Add With Carry Rabbit 2000/3000/4000/5000 Instruction
DD 8E d ADC A,(IX+d) A = A + (IX+d) + CF FD 8E d ADC A,(IY+d) A = A + (IY+d) + CF
Rabbit 2000/3000/4000 Rabbit 5000
Description
A is summed with the C flag and with the data whose address is:
- 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.
The Rabbit 4000/5000 assemblers view "ADC A,(IX+d)" and "ADC (IX+d)" as equivalent instructions. In the latter case, A is used even though it is not explicitly stated. The same is true for "ADC A,(IY+d)" and "ADC (IY+d)."
| Rabbit Instructions | << Previous | Next >> | rabbit.com |