vm6502

Crates.iovm6502
lib.rsvm6502
version0.1.1
sourcesrc
created_at2022-10-23 03:20:39.268475
updated_at2022-10-26 05:40:13.82706
descriptionA 6502 virtual machine backend.
homepage
repositoryhttps://github.com/GRAYgoose124/vm6502
max_upload_size
id695034
size102,271
Grayson (GRAYgoose124)

documentation

README

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.

    # 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

Commit count: 14

cargo fmt