ch8-isa 0.1.1

Chip-8 instruction set and code generator
Documentation
  • Coverage
  • 74.39%
    61 out of 82 items documented0 out of 0 items with examples
  • Size
  • Source code size: 113.74 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 8.57 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ahdavis

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!