Register and Data manipulation // PUSH
0xC5
- u197
sp is decremented and b is stored into the memory location pointed to by sp. sp is decremented again and c 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 bc", "opcode": "push", "operand": [ "bc" ], "code": "C5", "bytes": 1, "time": 11, "description": "sp is decremented and b is stored into the memory location pointed to by sp. sp is decremented again and c is stored into the memory location pointed to by sp.", "category": "Register and Data manipulation", "subCategory": "PUSH" }