Register and Data manipulation // LD (LoaD)
0xDD6C - u56684
The contents of ixh are loaded into ixl.
| T States | Bytes |
|---|---|
| 8 | 2 |
None.
{
"flags": {
"S": "unaffected",
"Z": "unaffected",
"H": "unaffected",
"P/V": "unaffected",
"N": "unaffected",
"C": "unaffected"
},
"unaffected": true,
"operation": "ld ixl,ixh",
"opcode": "ld",
"operand": [
"ixl",
"ixh"
],
"code": "DD6C",
"bytes": 2,
"time": 8,
"description": "The contents of ixh are loaded into ixl.",
"category": "Register and Data manipulation",
"subCategory": "LD (LoaD)"
}