A work-in-progress emulator for the work-in-progress pda6502v2 computer.
- 6502 CPU emulator (specifically: W65C02)
- 6502 assembler (API driven; non-parsing)
- …
Similar to https://github.com/pda/go6502 but:
Run the tests:
$ cargo test
Verbose tests (assembly and CPU state shown):
$ cargo test -- --nocapture
Run the emulator:
$ cargo run