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