Register and Data manipulation // LD (LoaD)
0x01 - u1
Loads ** into bc.
| T States | Bytes |
|---|---|
| 10 | 3 |
None.
{
"flags": {
"S": "unaffected",
"Z": "unaffected",
"H": "unaffected",
"P/V": "unaffected",
"N": "unaffected",
"C": "unaffected"
},
"unaffected": true,
"operation": "ld bc,**",
"opcode": "ld",
"operand": [
"bc",
"**"
],
"code": "01",
"bytes": 3,
"time": 10,
"description": "Loads ** into bc.",
"category": "Register and Data manipulation",
"subCategory": "LD (LoaD)"
}