Register and Data manipulation // LD (LoaD)
0x52 - u82
The contents of d are loaded into d.
| T States | Bytes |
|---|---|
| 4 | 1 |
None.
{
"flags": {
"S": "unaffected",
"Z": "unaffected",
"H": "unaffected",
"P/V": "unaffected",
"N": "unaffected",
"C": "unaffected"
},
"unaffected": true,
"operation": "ld d,d",
"opcode": "ld",
"operand": [
"d",
"d"
],
"code": "52",
"bytes": 1,
"time": 4,
"description": "The contents of d are loaded into d.",
"category": "Register and Data manipulation",
"subCategory": "LD (LoaD)"
}