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