Pins Enum
Definition
Represents the various control pins and signals used by the Z80 processor during instruction execution. This enum uses flags to allow combinations of different signals.
public enum Pins
Fields
Name | Description |
|---|---|
Indicates an I/O operation is being performed. | |
Combination of Read and IO pins indicating an I/O read operation. | |
Combination of Write and IO pins indicating an I/O write operation. | |
Indicates a memory operation is being performed. | |
Combination of Read and Memory pins indicating a memory read operation. | |
Combination of Write and Memory pins indicating a memory write operation. | |
No pins are active. | |
Indicates a read operation is being performed. | |
Indicates a write operation is being performed. |
Last modified: 14 December 2025