Skip to content

SnackkOverflowError/zip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zip-8: a CHIP-8 emulator written in Zig

Why do this?

Mostly because I hate myself, partially to see whether I enjoy working on emulators.

What is done?

  • I've tested that I can render arbitrary pixels to the terminal window.
  • I've tested that I can load the program file into memory
  • I've tested that I can take input from the keyboard
  • I've written most of the instructions, except DRW

What is left?

  • Need to integrate the chip 8 test suite to test all the instructions
  • Need to write the implementation for the DRW instruction

Overall ideas and plans:

About

Zip8: A CHIP-8 emulator written in zig

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors