pop hl

Register and Data manipulation // POP

0xE1 - u225

Description

The memory location pointed to by sp is stored into l and sp is incremented. The memory location pointed to by sp is stored into h 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 hl",
  "opcode": "pop",
  "operand": [
    "hl"
  ],
  "code": "E1",
  "bytes": 1,
  "time": 10,
  "description": "The memory location pointed to by sp is stored into l and sp is incremented. The memory location pointed to by sp is stored into h and sp is incremented again.",
  "category": "Register and Data manipulation",
  "subCategory": "POP"
}