chip-8
Virtual Machine
A Rust implementation of a virtual machine for a classic home computer architecture
Rust implementation of a CHIP-8 virtual machine
4 stars
1 watching
0 forks
Language: Rust
last commit: 5 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
colineberhardt/wasm-rust-chip8 | An implementation of a CHIP-8 emulator in Rust using WebAssembly | 260 |
daniel5151/ac8e | An emulator of an 8-bit computer architecture | 9 |
faizilham/chip8-rs | An implementation of the classic CHIP-8 video game console emulator in Rust, compiled to WebAssembly. | 9 |
starrhorne/chip8-rust | A Rust implementation of the Chip-8 video game console emulator | 144 |
sirlynix/chip8 | An implementation of the classic Chip-8 computer architecture in Rust | 3 |
mohanson/i8080 | An Intel 8080 CPU emulator implemented in Rust. | 113 |
doodlewind/merry8 | An emulator that replicates the behavior of an early 8-bit computer system. | 55 |
mattmikolay/chip-8 | A collection of 8-bit computer programs and documentation for educational purposes. | 313 |
braheezy/chip-8 | An implementation of a CHIP-8 interpreter in Go | 4 |
groovestomp/chip8-zig | A CHIP-8 emulator written in Zig, replicating the behavior of a classic 1970s home computer | 8 |
wernsey/chip8 | An implementation of a CHIP-8 interpreter and tools for assembling and disassembling its code | 97 |
rust-embedded/cortex-m | Provides low-level interfaces to interact with Cortex-M microcontrollers using Rust | 842 |
bluealloy/revm | Rust implementation of an Ethereum Virtual Machine with focus on speed and simplicity. | 1,685 |
dbalsom/martypc | An emulator for early PCs written in Rust, aiming to provide accurate cycle-by-cycle execution of 8088-based systems. | 590 |