Skip to content

ztbrown/lc3-tdd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A test driven implementation of the LC3 virtual machine.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published