Rust_8080 is a Space Invaders Arcade machine emulator. The Arcade machine used the 8 bit Intel 8080 processor.
- The aim of this project is to study how the intel 8080 processor worked at the low level.
- Learn Rust Programming language along the way with its features.
- Get comfortable with the 8080 Assembly Language.
Add credit: C
Start p1: 1
Start p2: 2
Player 1:
- Left: A
- Right: D
- Fire: w
Player 2:
- Left: J
- Right: L
- Fire: I
Build with cargo build --release
to have performance optimized executable.
Computer Archeology Emulator101 alexandrejanin Roysten
made by Raghav Vashisht