You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following this blog which implements the virtual machine in C - Justin Meiners Blog, this implementation attempts to write the same in Rust as accurately as possible.
Steps to run the program
Build the repo
Run make build
This will build and generate a binary in your <local/path/to/repo>/target/debug/rusty_lc3 path.
Use this binary and provide one of the following games as input.
./target/debug/rusty_lc3 <path/to/games/rogue.obj>
Download one of the following binaries, these are the games that run on top this virtual machine