out (*),a

Input and Output // IN r, (c); OUT (c), r

0xD3 - u211

Description

The value of a is written to port *.

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": "out (*),a",
  "opcode": "out",
  "operand": [
    "(*)",
    "a"
  ],
  "code": "D3",
  "bytes": 2,
  "time": 11,
  "description": "The value of a is written to port *.",
  "category": "Input and Output",
  "subCategory": "IN r, (c); OUT (c), r"
}