Skip to content

Latest commit

 

History

History

emu

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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