Arithmetic // DEC (DECrement)
0x3B - u59
Subtracts one from sp.
| T States | Bytes |
|---|---|
| 6 | 1 |
None.
{
"flags": {
"S": "unaffected",
"Z": "unaffected",
"H": "unaffected",
"P/V": "unaffected",
"N": "unaffected",
"C": "unaffected"
},
"unaffected": true,
"operation": "dec sp",
"opcode": "dec",
"operand": [
"sp"
],
"code": "3B",
"bytes": 1,
"time": 6,
"description": "Subtracts one from sp.",
"category": "Arithmetic",
"subCategory": "DEC (DECrement)"
}