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