Get the latest tech news

Chip-8 Emulation Introduction


In this article we introduce the Chip-8 system. We also cover some information to help us get ready to write a Chip-8 emulator.

This presents a nice smaller project to work on while learning about digital systems and emulation. We’ll take a look at how to run programs work in a bit, but first a quick introduction to computer numbers. Each symbol in hexadecimal (sometimes called a nibble) holds the value for 4 binary digits (or bits).

Get the Android app

Or read this on Hacker News