Register and Data manipulation // LD (LoaD)
0xDD5E
- u56670
Loads the value pointed to by ix plus * into e.
T States | Bytes |
---|---|
19 | 3 |
None.
{ "flags": { "S": "unaffected", "Z": "unaffected", "H": "unaffected", "P/V": "unaffected", "N": "unaffected", "C": "unaffected" }, "unaffected": true, "operation": "ld e,(ix+*)", "opcode": "ld", "operand": [ "e", "(ix+*)" ], "code": "DD5E", "bytes": 3, "time": 19, "description": "Loads the value pointed to by ix plus * into e.", "category": "Register and Data manipulation", "subCategory": "LD (LoaD)" }