LD (IY+d),n

Operation

(IY+d) <- n

Mnemonic

LD

Operands

(IY+d),n

b7b6b5b4b3b2b1b0
1 1 1 1 1 1 0 1$FD
0 0 1 1 0 1 1 0$36
d
n

Description

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.

Condition Bits Affected

None

Example

If Index Register IY contains the number $A940, the instruction

	LD	(IY+$10),$97

results in byte $97 in memory location $A950