chipolata icon indicating copy to clipboard operation
chipolata copied to clipboard

🌭 A CHIP-8 interpreter written in Rust.

Results 4 chipolata issues
Sort by recently updated
recently updated
newest added

![](https://media1.giphy.com/media/3o7TKHKjrDyqphX9Cg/giphy.gif)

Super Chip 8 is a more recent version of Chip 8

The current approach is more than naive and does not work well with unaligned instructions (it starts at `0x201` for that reason).

I don't know how feasible that is but it would be nice to have the debugger as a core feature and maybe expose it in the web app.