ch8-isa

Crates.ioch8-isa
lib.rsch8-isa
version0.1.1
sourcesrc
created_at2019-12-06 18:49:07.522815
updated_at2019-12-06 18:54:41.552853
descriptionChip-8 instruction set and code generator
homepage
repository
max_upload_size
id186922
size113,894
Andrew Davis (ahdavis)

documentation

README

ch8-isa

Chip-8 instruction set and code generation crate

Overview

This crate provides a clean interface for generating Chip-8 ROMs given a series of program instructions.

License

Licensed under the Lesser GNU General Public License (version 3).

Documentation

The documentation may be found on docs.rs.

Installation

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!

Closing Remarks

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!

Commit count: 0

cargo fmt