Arithmetic // SUB
0xDD94
- u56724
Subtracts ixh 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": "sub ixh", "opcode": "sub", "operand": [ "ixh" ], "code": "DD94", "bytes": 2, "time": 8, "description": "Subtracts ixh from a.", "category": "Arithmetic", "subCategory": "SUB" }