Skip to content

zhull2492/XSimulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XSimulator

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

About

CS2410 Project 1 -- XSimulator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors