Arithmetic // INC (INCrement)
0xDB - u219
A byte from port * is written to a.
| T States | Bytes |
|---|---|
| 11 | 2 |
None.
{
"flags": {
"S": "unaffected",
"Z": "unaffected",
"H": "unaffected",
"P/V": "unaffected",
"N": "unaffected",
"C": "unaffected"
},
"unaffected": true,
"operation": "in a,(*)",
"opcode": "in",
"operand": [
"a",
"(*)"
],
"code": "DB",
"bytes": 2,
"time": 11,
"description": "A byte from port * is written to a.",
"category": "Arithmetic",
"subCategory": "INC (INCrement)"
}