Register and Data manipulation // LD (LoaD)
0x32 - u50
Stores a into the memory location pointed to by **.
| T States | Bytes |
|---|---|
| 13 | 3 |
None.
{
"flags": {
"S": "unaffected",
"Z": "unaffected",
"H": "unaffected",
"P/V": "unaffected",
"N": "unaffected",
"C": "unaffected"
},
"unaffected": true,
"operation": "ld (**),a",
"opcode": "ld",
"operand": [
"(**)",
"a"
],
"code": "32",
"bytes": 3,
"time": 13,
"description": "Stores a into the memory location pointed to by **.",
"category": "Register and Data manipulation",
"subCategory": "LD (LoaD)"
}