ncatelli / mainspring

A CPU simulator framework built around, and to support the other tools under, the constraints of the first principles of computing project.
Apache License 2.0
14 stars 1 forks source link

Implement CHIP-8 ISA simulator #222

Closed ncatelli closed 3 years ago

ncatelli commented 3 years ago

http://devernay.free.fr/hacks/chip8/C8TECH10.HTM https://cgmathprog.home.blog/2021/05/20/chip-8-and-emulator-overview/

ncatelli commented 3 years ago

All instructions implemented