Rust implementation of VM that executes instructions supported in LC3 architecture.
Reference article: https://www.jmeiners.com/lc3-vm/
NOTE: This is for learning purposes
Runs for unix based systems
# Build the project
LC-VM$ cargo build
# Run the VM with the specified object file
LC-VM$ ./target/debug/vm 2048.obj