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