Chip8: Minimal Emulator

1 min read 100 words

See @github/chip-8

chip-8 is a interpreted language used on COSMAC VIP and the likes. add, jmp, return, multiply, and put opcodes supported. Finite memory.

Written in: Rust