Register and Data manipulation // LD (LoaD)
0x68 - u104
The contents of b are loaded into l.
| T States | Bytes |
|---|---|
| 4 | 1 |
None.
{
"flags": {
"S": "unaffected",
"Z": "unaffected",
"H": "unaffected",
"P/V": "unaffected",
"N": "unaffected",
"C": "unaffected"
},
"unaffected": true,
"operation": "ld l,b",
"opcode": "ld",
"operand": [
"l",
"b"
],
"code": "68",
"bytes": 1,
"time": 4,
"description": "The contents of b are loaded into l.",
"category": "Register and Data manipulation",
"subCategory": "LD (LoaD)"
}