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