Skip to content

gabryon99/lc3-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LC3 - Emulator

LC3-rust is a virtual machine for the Little Computer 3 architecture, written using the Rust programming language.

The VM has been written just for didactic purpose and for practicing Rust (therefore, the code may not be the best :))

See the tutorial here: Write your Own Virtual Machine by Justin Meiners and Ryan Pendleton

Run a program

Type the following command to run a binary file:

cargo run --release -- -b binaries/rogue.obj

About

LC3 Virtual Machine written in Rust 🦀

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages