Input and Output // OUTINB (Out and Increment with No B)
0xED90 - u60816
z80n specific
out(BC,HL*); HL++
| T States | Bytes |
|---|---|
| 16 | 2 |
S unknown
Z unknown
H unknown
P/V
N unknown
C unknown
{
"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)"
}