emul8 0.1.2

A simple rust-based toolchain to interoperate and emulate the CHIP-8 architecture
Documentation
1
2
3
4
5
6
7
8
9
10
11
// base implementation of some architecture specific implementations
asm("CLS");
asm("RET");
//asm ("CLS");
//asm (CLS) ;
//asm ("CLS")

//#define FOO bar
//#ifdef FOO
//#include <emul8/display.h>
//#endif