My take on a chip8 emulator.
Screen.Recording.2023-01-25.at.21.14.53-7MB.mp4
# With the dependencies properly installed
make- Unit tests
make run_test- main
# example for pong
make run ARGS="20 1 roms/pong.ch8"I really liked how the instructions.h ended up,
since it has the proper documentation for every instruction.