Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 764 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 764 Bytes

strategema

logo

Description

This is a small CHIP-8 interpreter I wrote in C to get started with emulator development. So far all CPU instructions have been implemented and tested. You need to have SDL2 installed in order to be able to build strategema

Features

  • Complete Set of instructions
  • Debugger
    • Break at instruction number
    • Break at type of instruction
    • Single Step
    • Inspect RAM

Still TODO:

  • Input
  • Sound

Usage

strategema [--debug] <ROM path>

logo