Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 378 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 378 Bytes

jit-chip8

JIT compiler for the CHIP-8. Currently, it works erratically and has trouble handling self-modifying code. Because of this, don't expect it to work on most CHIP-8 games, as they make extensive use of self-modifying code.

The generated assembly needs to be optimized as well.

Running corax's testrom:

img