Register and Data manipulation // LD (LoaD)
0x6E
- u110
The contents of (hl) are loaded into l.
T States | Bytes |
---|---|
7 | 1 |
None.
{ "flags": { "S": "unaffected", "Z": "unaffected", "H": "unaffected", "P/V": "unaffected", "N": "unaffected", "C": "unaffected" }, "unaffected": true, "operation": "ld l,(hl)", "opcode": "ld", "operand": [ "l", "(hl)" ], "code": "6E", "bytes": 1, "time": 7, "description": "The contents of (hl) are loaded into l.", "category": "Register and Data manipulation", "subCategory": "LD (LoaD)" }