out (c),a

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

0xED79 - u60793

Description

The value of a is written to port c.

T States Bytes
12 2

Condition Bits Affected

None.

source
{
  "flags": {
    "S": "unaffected",
    "Z": "unaffected",
    "H": "unaffected",
    "P/V": "unaffected",
    "N": "unaffected",
    "C": "unaffected"
  },
  "unaffected": true,
  "operation": "out (c),a",
  "opcode": "out",
  "operand": [
    "(c)",
    "a"
  ],
  "code": "ED79",
  "bytes": 2,
  "time": 12,
  "description": "The value of a is written to port c.",
  "category": "Input and Output",
  "subCategory": "IN r, (c); OUT (c), r"
}