Crates.io | ch8-isa |
lib.rs | ch8-isa |
version | 0.1.1 |
source | src |
created_at | 2019-12-06 18:49:07.522815 |
updated_at | 2019-12-06 18:54:41.552853 |
description | Chip-8 instruction set and code generator |
homepage | |
repository | |
max_upload_size | |
id | 186922 |
size | 113,894 |
Chip-8 instruction set and code generation crate
This crate provides a clean interface for generating Chip-8 ROMs given a series of program instructions.
Licensed under the Lesser GNU General Public License (version 3).
The documentation may be found on docs.rs.
This crate works with Cargo and is on crates.io. Add it to your Cargo.toml
like so:
[dependencies]
ch8-isa = "0.1.1"
After adding this crate to your Cargo.toml
, import it like any other
crate and you're on your way to creating a Chip-8 ROM!
Feedback and suggestions are always appreciated, so if you have an idea
for this crate, just open a pull request or issue on Github. Thanks for
using ch8-isa
, and happy programming!