Register and Data manipulation // PUSH
0xD5 - u213
sp is decremented and d is stored into the memory location pointed to by sp. sp is decremented again and e 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 de",
"opcode": "push",
"operand": [
"de"
],
"code": "D5",
"bytes": 1,
"time": 11,
"description": "sp is decremented and d is stored into the memory location pointed to by sp. sp is decremented again and e is stored into the memory location pointed to by sp.",
"category": "Register and Data manipulation",
"subCategory": "PUSH"
}