Arithmetic // SBC (SuBtract with Carry, er, borrow)
0xDD9D - u56733
Subtracts ixl and the carry flag from a.
| T States | Bytes | 
|---|---|
| 8 | 2 | 
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": "sbc a,ixl",
  "opcode": "sbc",
  "operand": [
    "a",
    "ixl"
  ],
  "code": "DD9D",
  "bytes": 2,
  "time": 8,
  "description": "Subtracts ixl and the carry flag from a.",
  "category": "Arithmetic",
  "subCategory": "SBC (SuBtract with Carry, er, borrow)"
}