ex af,af'

Register and Data manipulation // EX (EXchange)

0x08 - u8

Description

Exchanges the 16-bit contents of af and af'.

T States Bytes
4 1

Condition Bits Affected

None.

source
{
  "flags": {
    "S": "unaffected",
    "Z": "unaffected",
    "H": "unaffected",
    "P/V": "unaffected",
    "N": "unaffected",
    "C": "unaffected"
  },
  "unaffected": true,
  "operation": "ex af,af'",
  "opcode": "ex",
  "operand": [
    "af",
    "af'"
  ],
  "code": "08",
  "bytes": 1,
  "time": 4,
  "description": "Exchanges the 16-bit contents of af and af'.",
  "category": "Register and Data manipulation",
  "subCategory": "EX (EXchange)"
}