vm6502

As the name suggests, this crate is a 6502 virtual machine.

It's primary application case is found in emu6502.

Currently, if you'd like more information, please check docs.rs to the vm6502 crate. bash # To run the virtual cpu tests, first cd to the `vm6502` directory then run: cargo test

Features

`pretty', 'debug', and 'ugly' debugging modes available to emu6502.

When debugging vm6502, there are many features you can enable and disable, see the Cargo.toml for information.

References