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