in (c)

Arithmetic // INC (INCrement)

0xED70 - u60784

Description

Inputs a byte from port c and affects flags only.

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 (c)",
  "opcode": "in",
  "operand": [
    "(c)"
  ],
  "code": "ED70",
  "bytes": 2,
  "time": 12,
  "description": "Inputs a byte from port c and affects flags only.",
  "category": "Arithmetic",
  "subCategory": "INC (INCrement)"
}