add a,ixh

Arithmetic // ADD

0xDD84 - u56708

Description

Adds ixh to a.

T States Bytes
8 2

Condition Bits Affected

S affected as defined
Z affected as defined
H affected as defined
P/V detects overflow
N affected as defined
C affected as defined

source
{
  "flags": {
    "S": "affected as defined",
    "Z": "affected as defined",
    "H": "affected as defined",
    "P/V": "detects overflow",
    "N": "affected as defined",
    "C": "affected as defined"
  },
  "operation": "add a,ixh",
  "opcode": "add",
  "operand": [
    "a",
    "ixh"
  ],
  "code": "DD84",
  "bytes": 2,
  "time": 8,
  "description": "Adds ixh to a.",
  "category": "Arithmetic",
  "subCategory": "ADD"
}