The project will take a SIC/XE program and calculate the memory addresses, and object code for the program to run.
To run:
$javac *.java
$java Project3 (Filename)
Note the file name is the args[0] of the program if you want to run from an ide. Extra Equipment such as use blocks, controls sections and literal organization have not been implemented yet.