SP <- HL
LD
SP,HL
b7 | b6 | b5 | b4 | b3 | b2 | b1 | b0 | |
---|---|---|---|---|---|---|---|---|
1 | 1 | 1 | 1 | 1 | 0 | 0 | 1 | $F9 |
The contents of the register pair HL are loaded to the Stack Pointer (SP)
None
If the register pair HL contains $442E, then upon execution of
LD SP,HL
the Stack Pointer also contains $442E.