(IY+d) <- n
LD
(IY+d),n
| b7 | b6 | b5 | b4 | b3 | b2 | b1 | b0 | |
|---|---|---|---|---|---|---|---|---|
| 1 | 1 | 1 | 1 | 1 | 1 | 0 | 1 | $FD |
| 0 | 0 | 1 | 1 | 0 | 1 | 1 | 0 | $36 |
| d | ||||||||
| n | ||||||||
The n integer is loaded to the memory location specified by the contents of Index Register summed with the two’s-complement displacement integer, d.
None
If Index Register IY contains the number $A940, the instruction
LD (IY+$10),$97
results in byte $97 in memory location $A950