sub (iy+*)

Arithmetic // SUB

0xFD96 - u64918

Description

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