pop de

Register and Data manipulation // POP

0xD1 - u209

Description

The memory location pointed to by sp is stored into e and sp is incremented. The memory location pointed to by sp is stored into d and sp is incremented again.

T States Bytes
10 1

Condition Bits Affected

None.

source
{
  "flags": {
    "S": "unaffected",
    "Z": "unaffected",
    "H": "unaffected",
    "P/V": "unaffected",
    "N": "unaffected",
    "C": "unaffected"
  },
  "unaffected": true,
  "operation": "pop de",
  "opcode": "pop",
  "operand": [
    "de"
  ],
  "code": "D1",
  "bytes": 1,
  "time": 10,
  "description": "The memory location pointed to by sp is stored into e and sp is incremented. The memory location pointed to by sp is stored into d and sp is incremented again.",
  "category": "Register and Data manipulation",
  "subCategory": "POP"
}