Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/greg-kennedy/curse-8

A CHIP-8 emulator, with libcurses
https://github.com/greg-kennedy/curse-8

chip-8 curses emulator

Last synced: 15 days ago
JSON representation

A CHIP-8 emulator, with libcurses

Awesome Lists containing this project

README

        

# CURSE-8
A CHIP-8 emulator, with libcurses

## Overview
This repository contains two items:
* CURSE-8, a CHIP-8 interpreter that uses libcurses to play in a terminal.
* recompile.pl, a static recompiler that turns CHIP-8 .ch8 binary files into C code
* naive.pl, a much simpler static recompiler :)

## For more information see the blog post:
https://greg-kennedy.com/wordpress/2024/05/26/static-recompilation-of-chip-8-programs/