carg
emu6502 is a full 6502 emulation, testing, and debugging suite.
> git clone git@github.com:GRAYgoose124/emu6502.git
> cd emu6502/
To run the project as a regular binary:
> cargo run --features=debug_vm
Or to build it as a standalone binary and run:
> cargo build --release
> ./target/release/emu65022