Register and Data manipulation // LD (LoaD)
0x2E - u46
Loads * into l.
| T States | Bytes |
|---|---|
| 7 | 2 |
None.
{
"flags": {
"S": "unaffected",
"Z": "unaffected",
"H": "unaffected",
"P/V": "unaffected",
"N": "unaffected",
"C": "unaffected"
},
"unaffected": true,
"operation": "ld l,*",
"opcode": "ld",
"operand": [
"l",
"*"
],
"code": "2E",
"bytes": 2,
"time": 7,
"description": "Loads * into l.",
"category": "Register and Data manipulation",
"subCategory": "LD (LoaD)"
}