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