Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 622 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 622 Bytes

pda6502v2 / emu

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:

Development

Run the tests:

$ cargo test

Verbose tests (assembly and CPU state shown):

$ cargo test -- --nocapture

Run the emulator:

$ cargo run