code wiki / chip8
topic: chip8
5 modules sharing the chip8 name family (derived from the tree's prefix discipline).
| module | description | lines | funcs |
|---|---|---|---|
| nx_chip8.nx | Implements a CHIP-8 interpreter with framebuffer, input, timers, and memory management in a single binary. | 261 | 16 |
| nx_chip8_font_gate.nx | proves the CHIP-8 fontset + FX29 (set I = digit*5) + drawing a font glyph. | 69 | 4 |
| nx_chip8_gate.nx | NATIVE correctness gate for nx_chip8 (R0.3). Runs a hand-assembled program that | 85 | 4 |
| nx_chip8_page.nx | R0.4 emit a self-contained PLAYABLE CHIP-8 page. Fork-compiles nx_chip8.nx -> wasm | 105 | 3 |
| nx_chip8_wasm_gate.nx | R0.3 WASM proof: compiles nx_chip8.nx to wasm via the sovereign pipeline, then | 100 | 8 |