ld sp,hl

Register and Data manipulation // LD (LoaD)

0xF9 - u249

Description

Loads the value of hl into sp.

T States Bytes
6 1

Condition Bits Affected

None.

source
{
  "flags": {
    "S": "unaffected",
    "Z": "unaffected",
    "H": "unaffected",
    "P/V": "unaffected",
    "N": "unaffected",
    "C": "unaffected"
  },
  "unaffected": true,
  "operation": "ld sp,hl",
  "opcode": "ld",
  "operand": [
    "sp",
    "hl"
  ],
  "code": "F9",
  "bytes": 1,
  "time": 6,
  "description": "Loads the value of hl into sp.",
  "category": "Register and Data manipulation",
  "subCategory": "LD (LoaD)"
}