tinychip 0.1.1

CHIP-8 emulator/interpreter
Documentation
1
2
3
4
5
6
/// An implementation of an `Interpreter`
pub mod interpreter;
/// Program count state
pub mod pc;
/// Interpreter types
pub mod types;