A WDC6502 microprocessor emulator and debugger written in Go.
- Complete implementation of the WDC6502 ISA
- Can be used as a library or as a comprehensive emulator
- Contains a debugger
This library does not emulate all of the electronic behaviour of the WDC6502. Notably, there is no clock-accurate emulation.
For instructions on how to use the library, read the core library manual.
For instructions on how to use the debugger, read the command line debugger manual.