sub ixl

Arithmetic // SUB

0xDD95 - u56725

Description

Subtracts ixl from a.

T States Bytes
8 2

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": "sub ixl",
  "opcode": "sub",
  "operand": [
    "ixl"
  ],
  "code": "DD95",
  "bytes": 2,
  "time": 8,
  "description": "Subtracts ixl from a.",
  "category": "Arithmetic",
  "subCategory": "SUB"
}