pop iy

Register and Data manipulation // POP

0xFDE1 - u64993

Description

The memory location pointed to by sp is stored into iyl and sp is incremented. The memory location pointed to by sp is stored into iyh and sp is incremented again.

T States Bytes
14 2

Condition Bits Affected

None.

source
{
  "flags": {
    "S": "unaffected",
    "Z": "unaffected",
    "H": "unaffected",
    "P/V": "unaffected",
    "N": "unaffected",
    "C": "unaffected"
  },
  "unaffected": true,
  "operation": "pop iy",
  "opcode": "pop",
  "operand": [
    "iy"
  ],
  "code": "FDE1",
  "bytes": 2,
  "time": 14,
  "description": "The memory location pointed to by sp is stored into iyl and sp is incremented. The memory location pointed to by sp is stored into iyh and sp is incremented again.",
  "category": "Register and Data manipulation",
  "subCategory": "POP"
}