Go to file
2023-10-20 15:13:40 -05:00
samples works now--learned about extern 2023-08-18 18:50:20 -05:00
src works now--learned about extern 2023-08-18 18:50:20 -05:00
.gitignore makefile generated by mgen 2023-10-20 15:13:40 -05:00
LICENSE first commit-broken 2023-08-10 18:21:56 -05:00
Makefile makefile generated by mgen 2023-10-20 15:13:40 -05:00
README.md works now--learned about extern 2023-08-18 18:50:20 -05:00
test first commit-broken 2023-08-10 18:21:56 -05:00

lc3-vm

Virtual machine based on the LC-3 architecture.

Inspired from this tutorial: https://www.jmeiners.com/lc3-vm/

Sample programs are included in the samples/ directory.

Build:

make

Run:

./target/bin/lc3 samples/{sample program here}