(HL) <- n
LD
(HL),n
b7 | b6 | b5 | b4 | b3 | b2 | b1 | b0 | |
---|---|---|---|---|---|---|---|---|
0 | 0 | 1 | 1 | 0 | 1 | 1 | 0 | $36 |
n |
The n integer is loaded to the memory address specified by the contents of the HL register pair.
None
If the HL register pair contains $4444, the instruction
LD (HL),$28
results in the memory location $4444 containing $28.