This is a port of the LC3-VM virtual machine from C to the Odin language. This is a simple 16 bit VM that can run simple LC3 programs. The original code was written in less than 125 lines of C code.
This project is an accurate implementation of the Little Computer 3 (LC-3) Instruction Set Architecture (ISA) and Microarchitecture, as described in the textbook Introduction to Computing Systems: ...