Register and Data manipulation // PUSH
0xF5 - u245
sp is decremented and a is stored into the memory location pointed to by sp. sp is decremented again and f is stored into the memory location pointed to by sp.
| T States | Bytes |
|---|---|
| 11 | 1 |
None.
{
"flags": {
"S": "unaffected",
"Z": "unaffected",
"H": "unaffected",
"P/V": "unaffected",
"N": "unaffected",
"C": "unaffected"
},
"unaffected": true,
"operation": "push af",
"opcode": "push",
"operand": [
"af"
],
"code": "F5",
"bytes": 1,
"time": 11,
"description": "sp is decremented and a is stored into the memory location pointed to by sp. sp is decremented again and f is stored into the memory location pointed to by sp.",
"category": "Register and Data manipulation",
"subCategory": "PUSH"
}