Arithmetic // INC (INCrement)
0xED58
- u60760
A byte from port c is written to e.
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 e,(c)", "opcode": "in", "operand": [ "e", "(c)" ], "code": "ED58", "bytes": 2, "time": 12, "description": "A byte from port c is written to e.", "category": "Arithmetic", "subCategory": "INC (INCrement)" }