CHIP-8 Emulator Referenced from: https://tobiasvl.github.io/blog/write-a-chip-8-emulator/ Compilation Command g++ -o ./emulator -g emulator.cpp