(DE) <- A
LD
(DE),A
b7 | b6 | b5 | b4 | b3 | b2 | b1 | b0 | |
---|---|---|---|---|---|---|---|---|
0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | $12 |
The contents of the Accumulator are loaded to the memory location specified by the contents of the DE register pair.
None
If register pair DE contains $1128 and the Accumulator contains byte $A0, then the execution of
LD (DE),A
results in $A0 being stored in memory location $1128.