Implemented timer
Passes sierpinski
Fixed leak with e opcodes
Chip-8 is a simple virtual machine created in the 70s, implemented in Uxntal.
You must have the Uxn assembler and emulator.
uxnasm src/main.tal bin/chip8.rom && uxnemu bin/chip8.rom tetris.ch8
┌───┬───┬───┬───┐
│ 1 │ 2 │ 3 │ 4 │
│ Q │ W │ E │ R │
│ A │ S │ D │ F │
│ Z │ X │ C │ V │
└───┴───┴───┴───┘