LC-3 A Little Computer 3 VM written in go. Written to learn about CPUs and compiled programming languages. Installation $ go get -u github.com/prichrd/lc3/cmd/lc3/... Usage $ lc3 <image-path> Useful links Instruction Set Architecture LC-3 Simlator Online