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