LC3 VM This is a simple LC3 virtual machine written in C. Usage cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug cmake --build build ./build/lc3-vm <program.obj> References Write your Own Virtual Machine Introduction to Computing Systems: From Bits and Gates to C and Beyond 2048 LC3 implementation (2048.obj is based on this)