Register and Data manipulation // LD (LoaD)
0x0A - u10
Loads the value pointed to by bc 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,(bc)",
"opcode": "ld",
"operand": [
"a",
"(bc)"
],
"code": "0A",
"bytes": 1,
"time": 7,
"description": "Loads the value pointed to by bc into a.",
"category": "Register and Data manipulation",
"subCategory": "LD (LoaD)"
}