Input and Output // OUTI (Out and Increment), OTIR (Out and Increment Repeated), OUTD (Out and Decrement), OTDR (Out and Decrement Repeated)
0xEDA3 - u60835
A byte from the memory location pointed to by hl is written to port c. Then hl is incremented and b is decremented.
| T States | Bytes |
|---|---|
| 16 | 2 |
S unknown
Z exceptional
H unknown
P/V unknown
N set
C unaffected
{
"flags": {
"S": "unknown",
"Z": "exceptional",
"H": "unknown",
"P/V": "unknown",
"N": "set",
"C": "unaffected"
},
"operation": "outi",
"opcode": "outi",
"operand": [],
"code": "EDA3",
"bytes": 2,
"time": 16,
"description": "A byte from the memory location pointed to by hl is written to port c. Then hl is incremented and b is decremented.",
"category": "Input and Output",
"subCategory": "OUTI (Out and Increment), OTIR (Out and Increment Repeated), OUTD (Out and Decrement), OTDR (Out and Decrement Repeated)"
}