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