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