Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 400 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 400 Bytes

LC3-TDD

A test driven implementation of the LC3 virtual machine.

Following along with this post, TDDing in all required code.

How do I run it?

  1. Download the source
  2. make
  3. ./lc3-vm <some-image-file>

Running the tests

  1. Download the source
  2. Run docker build -t lib-check . from the root directory.
  3. Run the tests with make check