outinb

Input and Output // OUTINB (Out and Increment with No B)

0xED90 - u60816

z80n specific

Description

out(BC,HL*); HL++

T States Bytes
16 2

Condition Bits Affected

S unknown
Z unknown
H unknown
P/V
N unknown
C unknown

source
{
  "opcode": "outinb",
  "bytes": 2,
  "code": "ED90",
  "mnu": "OUTINB",
  "status": "E",
  "flags": {
    "C": "unknown",
    "N": "unknown",
    "PV": "unknown",
    "H": "unknown",
    "Z": "unknown",
    "S": "unknown"
  },
  "z80n": true,
  "time": "16",
  "description": "out(BC,HL*); HL++",
  "operation": "outinb",
  "category": "Input and Output",
  "subCategory": "OUTINB (Out and Increment with No B)"
}