H <- (nn+1), L <- (nn)
LD
HL,(nn)
b7 | b6 | b5 | b4 | b3 | b2 | b1 | b0 | |
---|---|---|---|---|---|---|---|---|
0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | $2A |
n | ||||||||
n |
The contents of memory address (nn) are loaded to the low-order portion of register pair HL (Register L), and the contents of the next highest memory address (nn + 1) are loaded to the high-order portion of HL (Register H). The first n operand after the op code is the low-order byte of nn.
None
If addresss $4545 contains $37 and address $4546 contains $A1, then upon execution of
LD HL,($4545)
the HL register pair contains $A137.