Skip to content

Files

Latest commit

a97fadf · May 11, 2024

History

History
executable file
·
13 lines (10 loc) · 551 Bytes

README.md

File metadata and controls

executable file
·
13 lines (10 loc) · 551 Bytes

Chip8

Chip8 emulator, but written in rust (still a WIP). This is written as a personal project to better understand rust and basic CPU architecture.

Usage

change chip8.load_program("<your-chip8-file-here>") in main.rs

Pictures

image image

Issues

  • Timer implementation is not correct.
  • SKUP instruction has not been implemented.