Crates.io | vm6502 |
lib.rs | vm6502 |
version | 0.1.1 |
source | src |
created_at | 2022-10-23 03:20:39.268475 |
updated_at | 2022-10-26 05:40:13.82706 |
description | A 6502 virtual machine backend. |
homepage | |
repository | https://github.com/GRAYgoose124/vm6502 |
max_upload_size | |
id | 695034 |
size | 102,271 |
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.
# To run the virtual cpu tests, first cd to the `vm6502` directory then run:
cargo test
`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.