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