Skip to content

MIPS Simulator in C++ for a University of Florida course, CDA3101 ("Computer Organization")

Notifications You must be signed in to change notification settings

CodyFitzpatrick/MIPS-Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIPS-Simulator

MIPS Simulator in C++ for a University of Florida course, CDA3101 ("Computer Organization").

The program takes in the input file (e.g. sample.txt), MIPS instructions in binary format separated by new lines, at the command line upon running the compiled program. It outputs a disassembly.txt and simulation.txt file, showing the contents of the memory registers upon program initialization and the MIPS instruction(s) execution, respectively.

Please note that this program requires your compiler to be familiar with C++11.

View the original project specifications in project_specifications.pdf.

About

MIPS Simulator in C++ for a University of Florida course, CDA3101 ("Computer Organization")

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages