Register and Data manipulation // PUSH
0xED8A - u60810
z80n specific
SP-=2; SP*:=nn
| T States | Bytes |
|---|---|
| 23 | 4 |
S unaffected
Z unaffected
H unaffected
P/V
N unaffected
C unaffected
{
"opcode": "push",
"bytes": 4,
"code": "ED8A",
"status": "E",
"flags": {
"C": "unaffected",
"N": "unaffected",
"PV": "unaffected",
"H": "unaffected",
"Z": "unaffected",
"S": "unaffected"
},
"mnu": "PUSH nn",
"z80n": true,
"time": "23",
"description": "SP-=2; SP*:=nn",
"operation": "push $im16",
"category": "Register and Data manipulation",
"subCategory": "PUSH"
}