- Odin 2025-07: Download
git clone https://github.com/vasiltop/chip-8/
cd chip-8
odin run src -out:bin/chip8 -- roms/ibm.ch8
odin run src -out:bin/chip8 -define:info_log=true -- roms/ibm.ch8
The CHIP-8 keypad is represented by the following keys:
1 2 3 4
Q W E R
A S D F
Z X C V