run make in the project folder
./sim <program_name> OR sim.exe <program_name>
Our team's completion of the provided ARM simulator framework. Currently, the simulator only implements the instructions specified in the assignment. This notably excludes the multiply instructions.
Try running the included example program with ./sim fib.x
Alex Sensintaffaf & Josh Minton