CHIP-8 Instruction Set
Created on 2023-07-16T03:19:21-05:00
An ISA designed in 1977 for a virtual machine that runs games on old computers.
There are 16 registers which are denoted in hexadecimal. The registers are v0 through vF.
Some instructions are specific to interactive multimedia: setting delay timers, sound times, branching if certain keys are being pressed or not.