Rusty LC3-VM Rust implementation of the LC3-VM, following this guide and ISA specification. This VM can run any LC-3 program. Usage Run Programs Use the Makefile for easy execution: make 2048 # Run 2048.obj make rogue # Run rogue.obj Testing Run opcode tests: make test Demo lc3_demo.mp4