About: This is an implementation of a Virtual Machine for the LC-3 computer, written in Go. It was inspired by Justin Meiners' and Ryan Pendleton's article. It can run implementations of programs such as: 2048: Rogue: References: LC-3 Instruction Set Architecture [PDF] LC-3 Simulator