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