push ix

Register and Data manipulation // PUSH

0xDDE5 - u56805

Description

sp is decremented and ixh is stored into the memory location pointed to by sp. sp is decremented again and ixl is stored into the memory location pointed to by sp.

T States Bytes
15 2

Condition Bits Affected

None.

source
{
  "flags": {
    "S": "unaffected",
    "Z": "unaffected",
    "H": "unaffected",
    "P/V": "unaffected",
    "N": "unaffected",
    "C": "unaffected"
  },
  "unaffected": true,
  "operation": "push ix",
  "opcode": "push",
  "operand": [
    "ix"
  ],
  "code": "DDE5",
  "bytes": 2,
  "time": 15,
  "description": "sp is decremented and ixh is stored into the memory location pointed to by sp. sp is decremented again and ixl is stored into the memory location pointed to by sp.",
  "category": "Register and Data manipulation",
  "subCategory": "PUSH"
}