Register and Data manipulation // LD (LoaD)
0xED7B - u60795
Loads the value pointed to by ** into sp.
| T States | Bytes |
|---|---|
| 20 | 4 |
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": "ED7B",
"bytes": 4,
"time": 20,
"description": "Loads the value pointed to by ** into sp.",
"category": "Register and Data manipulation",
"subCategory": "LD (LoaD)"
}