in b,(c)

Arithmetic // INC (INCrement)

0xED40 - u60736

Description

A byte from port c is written to b.

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 b,(c)",
  "opcode": "in",
  "operand": [
    "b",
    "(c)"
  ],
  "code": "ED40",
  "bytes": 2,
  "time": 12,
  "description": "A byte from port c is written to b.",
  "category": "Arithmetic",
  "subCategory": "INC (INCrement)"
}