ld sp,iy

Register and Data manipulation // LD (LoaD)

0xFDF9 - u65017

Description

Loads the value of iy into sp.

T States Bytes
10 2

Condition Bits Affected

None.

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