To build the lc3 tools on your own machine, perform the following steps:
  1. Download this zip file
  2. unzip the file. This will create a directory, lc3tools, containing all the code.
  3. cd lc3tools
  4. . configure - this will determine your operating system and set things up for your machine.
  5. make - build everything, check for errors and warnings
  6. You can now use these tools. You will need to include this directory in your $PATH, or use paths when invoking the tools.
Everything is graded on the CS lab machines. Therefore, check your work on the lab machines before submission. Report any discrepencies between these tools and those found in ~cs270/lc3tools.