out (c),h

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

0xED61 - u60769

Description

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