sub (ix+*)

Arithmetic // SUB

0xDD96 - u56726

Description

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