add a,(ix+*)

Arithmetic // ADD

0xDD86 - u56710

Description

Adds the value pointed to by ix plus * to a.

T States Bytes
19 3

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,(ix+*)",
  "opcode": "add",
  "operand": [
    "a",
    "(ix+*)"
  ],
  "code": "DD86",
  "bytes": 3,
  "time": 19,
  "description": "Adds the value pointed to by ix plus * to a.",
  "category": "Arithmetic",
  "subCategory": "ADD"
}