Skip to content

dhirajgagrai/8Bit-HelloWorld

Repository files navigation

8Bit-HelloWorld

CHIP-8 is a language interpreter used on the RCA TELMAC-1800 and COSMAC VIP computers in 1977. This repo contains an implementation of CHIP-8 emulator which marks the rite of passage for my journey towards systems programming.

Test Goals

  • Corax+
  • Flags
  • Quirks
  • Keypad

Compile

Configure:

cmake -S . -B build

Build:

cmake --build build

References

About

CHIP-8 • the Hello World of emulation

Resources

License

Stars

Watchers

Forks