A chip8 emulator writen in Rust https://blog.nuculabs.dev
Find a file
2024-12-07 21:32:40 +02:00
.idea Implement logical & arithmetic instructions 2024-12-06 17:16:43 +02:00
roms implement timer logic 2024-12-07 21:27:12 +02:00
src implement add to index instruction.rs 2024-12-07 21:32:40 +02:00
.gitignore Initial commit 2024-11-17 23:07:20 +02:00
Cargo.lock implement generate random number + jump with offset 2024-12-06 23:51:05 +02:00
Cargo.toml implement generate random number + jump with offset 2024-12-06 23:51:05 +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.