CS2410 Project 1
C++ Implementation of the "XSimulator"
This project implements a functional simulator for a simple instruction set architecture based on MIPS. It reads an input file, configuration file, and outputs a file. An instruction trace is output to the standard output.
Requirements: This program requires the -ljsoncpp library
To Compile: The Makefile provided will compile the program using 'make'
Usage: ./xsim [input_file] [configuration_file] [output_file]
Please see doc/ for additional information