Register and Data manipulation // LD (LoaD)
0xDD7E - u56702
Loads the value pointed to by ix 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,(ix+*)",
"opcode": "ld",
"operand": [
"a",
"(ix+*)"
],
"code": "DD7E",
"bytes": 3,
"time": 19,
"description": "Loads the value pointed to by ix plus * into a.",
"category": "Register and Data manipulation",
"subCategory": "LD (LoaD)"
}