(nn) <- A
LD
(nn),A
b7 | b6 | b5 | b4 | b3 | b2 | b1 | b0 | |
---|---|---|---|---|---|---|---|---|
0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | $32 |
n | ||||||||
n |
The contents of the Accumulator are loaded to the memory address specified by the operand nn. The first n operand after the op code is the low-order byte of nn.
None
If the Accumulator contains byte $D7, then executing
LD ($3141),A
results in memory location $3141 containing $D7.