code wiki / chip8

topic: chip8

5 modules sharing the chip8 name family (derived from the tree's prefix discipline).

moduledescriptionlinesfuncs
nx_chip8.nxImplements a CHIP-8 interpreter with framebuffer, input, timers, and memory management in a single binary.26116
nx_chip8_font_gate.nxproves the CHIP-8 fontset + FX29 (set I = digit*5) + drawing a font glyph.694
nx_chip8_gate.nxNATIVE correctness gate for nx_chip8 (R0.3). Runs a hand-assembled program that854
nx_chip8_page.nxR0.4 emit a self-contained PLAYABLE CHIP-8 page. Fork-compiles nx_chip8.nx -> wasm1053
nx_chip8_wasm_gate.nxR0.3 WASM proof: compiles nx_chip8.nx to wasm via the sovereign pipeline, then1008