add a,ixl

Arithmetic // ADD

0xDD85 - u56709

Description

Adds ixl 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,ixl",
  "opcode": "add",
  "operand": [
    "a",
    "ixl"
  ],
  "code": "DD85",
  "bytes": 2,
  "time": 8,
  "description": "Adds ixl to a.",
  "category": "Arithmetic",
  "subCategory": "ADD"
}