Register and Data manipulation // LD (LoaD)
0x22 - u34
Stores hl into the memory location pointed to by **.
| 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": "22",
"bytes": 3,
"time": 16,
"description": "Stores hl into the memory location pointed to by **.",
"category": "Register and Data manipulation",
"subCategory": "LD (LoaD)"
}