Skip to content

bperdija/CPU_Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ENSC_251_Project

In order to run this final project, simply type in "make" to use the makefile, and then type in ./output to run the program. Alternatively, you can run main_remastered.cpp directly by doing g++ main_remastered.cpp and then typing ./a.out. Both options give the same results.

About

A fully functional C++ CPU simulator that executes appropriately binary-formatted programs. The CPU supports flexible hardware structures and program parameters, may run in debug or execution mode, and provides performance statistics on executed programs. The simulator has been coded using various classes and structures in C++’s Standard Templat…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors