A chip8 emulator writen in Rust https://blog.nuculabs.dev
Find a file
Denis-Cosmin NUTIU 9dd876b622 fix shift
2024-12-07 22:13:58 +02:00
.idea Implement logical & arithmetic instructions 2024-12-06 17:16:43 +02:00
roms implement font character instruction 2024-12-07 21:39:43 +02:00
src fix shift 2024-12-07 22:13:58 +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.