Register and Data manipulation // LD (LoaD)
0x2A - u42
Loads the value pointed to by ** into hl.
| T States | Bytes |
|---|---|
| 16 | 3 |
None.
{
"flags": {
"S": "unaffected",
"Z": "unaffected",
"H": "unaffected",
"P/V": "unaffected",
"N": "unaffected",
"C": "unaffected"
},
"unaffected": true,
"operation": "ld hl,(**)",
"opcode": "ld",
"operand": [
"hl",
"(**)"
],
"code": "2A",
"bytes": 3,
"time": 16,
"description": "Loads the value pointed to by ** into hl.",
"category": "Register and Data manipulation",
"subCategory": "LD (LoaD)"
}