Writing a CHIP-8 Interpreter - Introduction
30 May 2020 | Written by Zachary Vincze
Emulation development can be a tricky subject to wrap one’s head around, so it’s best to start simple and work your way up. Enter the CHIP-8, an interpreted programming language developed by Joseph Weisbecker in the mid-1970s. Nowadays, this language is commonly used as a stepping stone for those interested in emulation development.