(BC) <- A
LD
(BC),A
b7 | b6 | b5 | b4 | b3 | b2 | b1 | b0 | |
---|---|---|---|---|---|---|---|---|
0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | $02 |
The contents of the Accumulator are loaded to the memory location specified by the contents of the register pair BC.
None
If the Accumulator contains $7A and the BC register pair contains $1212 the instruction
LD (BC),A
results in $7A in memory location $1212