Skip to content

The LC-3 virtual machine implementation written in Rust

Notifications You must be signed in to change notification settings

ringora/lc3_vm_rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lc3_vm_rust

The article Write your Own Virtual Machine introduces how to implement an LC3 virtual machine.

This is a rust implementation for learning purpose, and this project only test on MacOs and Ubuntu.

Run the examples:

cargo run ./resources/hello-world.obj
cargo run ./resources/2048.obj
cargo run ./resources/rogue.obj

About

The LC-3 virtual machine implementation written in Rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages