A chip8 emulator writen in Rust https://blog.nuculabs.dev
Find a file
2024-12-06 15:10:03 +02:00
.idea Initial commit 2024-11-17 23:07:20 +02:00
roms implement rom loading 2024-11-18 17:39:27 +02:00
src implement call & return instructions 2024-12-06 15:10:03 +02:00
.gitignore Initial commit 2024-11-17 23:07:20 +02:00
Cargo.lock use ratatui for the display 2024-12-06 00:19:24 +02:00
Cargo.toml use ratatui for the display 2024-12-06 00:19:24 +02:00
LICENSE Create LICENSE 2024-11-17 23:08:18 +02:00
README.md add README.md 2024-11-17 23:09:11 +02:00

Chip8 Emulator

A chip8 emulator written in rust for learning and educational purposes.