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