out (c),0

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

0xED71 - u60785

Description

Outputs a zero 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),0",
  "opcode": "out",
  "operand": [
    "(c)",
    "0"
  ],
  "code": "ED71",
  "bytes": 2,
  "time": 12,
  "description": "Outputs a zero to port c.",
  "category": "Input and Output",
  "subCategory": "IN r, (c); OUT (c), r"
}