Arithmetic // SUB
0xFD96 - u64918
Subtracts the value pointed to by iy plus * from a.
| T States | Bytes | 
|---|---|
| 19 | 3 | 
S affected as defined 
Z affected as defined 
H affected as defined 
P/V detects overflow 
N affected as defined 
C affected as defined
{
  "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"
}