inc (hl)

Arithmetic // INC (INCrement)

0x34 - u52

Description

Adds one to (hl).

T States Bytes
11 1

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 (hl)",
  "opcode": "inc",
  "operand": [
    "(hl)"
  ],
  "code": "34",
  "bytes": 1,
  "time": 11,
  "description": "Adds one to (hl).",
  "category": "Arithmetic",
  "subCategory": "INC (INCrement)"
}