![]() |
|
| << Previous | Next >> | |
| | |
LD A,(IX+A)
LD A,(IY+A) Load Rabbit 4000/5000 Instruction
DD 06 LD A,(IX+A) A = (IX + A) FD 06 LD A,(IY+A) A = (IY + A)
Description
Loads A with the data whose address is:
A is considered an 8-bit unsigned offset. These instructions are useful for accessing 256-byte lookup tables.
| Rabbit Instructions | << Previous | Next >> | rabbit.com |