chip8 An emulator and assembler for the chip-8 instruction set written in C. #Usage To compile a file chip8_assembler.exe [filename.chip8_source] To emulate an executable chip8_sdl.exe [filename.chip8_exe] *Only runs on Windows currently