in h,(c)

Arithmetic // INC (INCrement)

0xED60 - u60768

Description

A byte from port c is written to h.

T States Bytes
12 2

Condition Bits Affected

S affected as defined
Z affected as defined
H reset
P/V detects parity
N reset
C unaffected

source
{
  "flags": {
    "S": "affected as defined",
    "Z": "affected as defined",
    "H": "reset",
    "P/V": "detects parity",
    "N": "reset",
    "C": "unaffected"
  },
  "operation": "in h,(c)",
  "opcode": "in",
  "operand": [
    "h",
    "(c)"
  ],
  "code": "ED60",
  "bytes": 2,
  "time": 12,
  "description": "A byte from port c is written to h.",
  "category": "Arithmetic",
  "subCategory": "INC (INCrement)"
}