Arithmetic // INC (INCrement)
0xED40 - u60736
A byte from port c is written to b.
| T States | Bytes |
|---|---|
| 12 | 2 |
S affected as defined
Z affected as defined
H reset
P/V detects parity
N reset
C unaffected
{
"flags": {
"S": "affected as defined",
"Z": "affected as defined",
"H": "reset",
"P/V": "detects parity",
"N": "reset",
"C": "unaffected"
},
"operation": "in b,(c)",
"opcode": "in",
"operand": [
"b",
"(c)"
],
"code": "ED40",
"bytes": 2,
"time": 12,
"description": "A byte from port c is written to b.",
"category": "Arithmetic",
"subCategory": "INC (INCrement)"
}