CHIP-8 is an interpretted programming language developed by Joseph Weisbecker in n the late 1970s and early 1980s and was initally used on the COSMAC VIP and Telmac 1800 8-bit microcomputers to make game programming easier.
CHIP-8 programs are run using a CHIP-8 virtual machine (Interpreter).
This repository contains a full implementation of a CHIP-8 Interpreter.
Cowgod's Chip-8 Technical Reference v1.0 Mastering CHIP-8 by Matthew Mikolay