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