CHIP-8 Emulator
Complete CHIP-8 emulator in vanilla JavaScript. Fetch-decode-execute loop, memory management, and all 35 opcodes. I built it to understand how CPUs actually work. (I'm still figuring it out.)
Controls
A ↑
Q ↓
Complete CHIP-8 emulator in vanilla JavaScript. Fetch-decode-execute loop, memory management, and all 35 opcodes. I built it to understand how CPUs actually work. (I'm still figuring it out.)