Expand description
CPU execution state machine for cycle-accurate emulation.
This module defines the state machine that enables cycle-by-cycle execution of 6502 instructions. Each state represents a single bus access cycle.
Enumsยง
- CpuState
- CPU execution state for cycle-by-cycle execution.
- Instruction
Type - Instruction execution pattern classification.