A test driven implementation of the LC3 virtual machine.
Following along with this post, TDDing in all required code.
- Download the source
make
./lc3-vm <some-image-file>
- Download the source
- Run
docker build -t lib-check .
from the root directory. - Run the tests with
make check