emu6502

carg

emu6502 is a full 6502 emulation, testing, and debugging suite.

How to use

> git clone git@github.com:GRAYgoose124/emu6502.git
> cd emu6502/

Running & building the Rust frontend demo:

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

Sub-crates: