NOTE: 🚧 Under active development. 🚧
Simple CHIP-8 emulator written in C, with a custom assembly language.
- Programming in binary is quite complex, therefor we provide an assembly language
- The assembly language should stay close to the opcode's actual representation in memory
The emulator has the following dependencies
- SDL 2.0 a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware.
There is a plugin for vim and neovim. Another alternative is to use my own text editor YATE that has built in language support.
This project is licensed under the GNU General Public License