Skip to content

kamil-diy/crisp-8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crisp-8

CHIP-8 interpreter written in C. Work in progress. Currently only supports only the instructions needed to load the IBM ROM.

Usage

crisp-8 <path-to-ROM>

Build

Clone this repo including submodules, then:

mkdir build
cd build
cmake ..
make

Acknowledgements

Thank you Moonie, Pari, and others for helping me inspire me to do this, and helping me figure everything out <3

About

CHIP-8 interpreter written in C.

Resources

Stars

Watchers

Forks