Register and Data manipulation // LD (LoaD)
0xF9
- u249
Loads the value of hl into sp.
T States | Bytes |
---|---|
6 | 1 |
None.
{ "flags": { "S": "unaffected", "Z": "unaffected", "H": "unaffected", "P/V": "unaffected", "N": "unaffected", "C": "unaffected" }, "unaffected": true, "operation": "ld sp,hl", "opcode": "ld", "operand": [ "sp", "hl" ], "code": "F9", "bytes": 1, "time": 6, "description": "Loads the value of hl into sp.", "category": "Register and Data manipulation", "subCategory": "LD (LoaD)" }