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