sbc a,(iy+*)

Arithmetic // SBC (SuBtract with Carry, er, borrow)

0xFD9E - u64926

Description

Subtracts the value pointed to by iy plus * and the carry flag 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": "sbc a,(iy+*)",
  "opcode": "sbc",
  "operand": [
    "a",
    "(iy+*)"
  ],
  "code": "FD9E",
  "bytes": 3,
  "time": 19,
  "description": "Subtracts the value pointed to by iy plus * and the carry flag from a.",
  "category": "Arithmetic",
  "subCategory": "SBC (SuBtract with Carry, er, borrow)"
}