in a,(*)

Arithmetic // INC (INCrement)

0xDB - u219

Description

A byte from port * is written to a.

T States Bytes
11 2

Condition Bits Affected

None.

source
{
  "flags": {
    "S": "unaffected",
    "Z": "unaffected",
    "H": "unaffected",
    "P/V": "unaffected",
    "N": "unaffected",
    "C": "unaffected"
  },
  "unaffected": true,
  "operation": "in a,(*)",
  "opcode": "in",
  "operand": [
    "a",
    "(*)"
  ],
  "code": "DB",
  "bytes": 2,
  "time": 11,
  "description": "A byte from port * is written to a.",
  "category": "Arithmetic",
  "subCategory": "INC (INCrement)"
}