inc iyh

Arithmetic // INC (INCrement)

0xFD24 - u64804

Description

Adds one to iyh.

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 unaffected

source
{
  "flags": {
    "S": "affected as defined",
    "Z": "affected as defined",
    "H": "affected as defined",
    "P/V": "detects overflow",
    "N": "affected as defined",
    "C": "unaffected"
  },
  "operation": "inc iyh",
  "opcode": "inc",
  "operand": [
    "iyh"
  ],
  "code": "FD24",
  "bytes": 2,
  "time": 8,
  "description": "Adds one to iyh.",
  "category": "Arithmetic",
  "subCategory": "INC (INCrement)"
}