Register and Data manipulation // PUSH
0xE5
- u229
sp is decremented and h is stored into the memory location pointed to by sp. sp is decremented again and l 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 hl", "opcode": "push", "operand": [ "hl" ], "code": "E5", "bytes": 1, "time": 11, "description": "sp is decremented and h is stored into the memory location pointed to by sp. sp is decremented again and l is stored into the memory location pointed to by sp.", "category": "Register and Data manipulation", "subCategory": "PUSH" }