lc3-vm implementation in Rust
git clone https://github.com/LeanSerra/lc3-rust && cd lc3-rust
This will run 2048.obj by default
make
To run your other object files
make filename="file_path"
This will run 2048.obj by default
make release
To run your other object files
make release filename="file_path"
make test
This project couldn't be possible without the help of this guide: