Skip to content

dsreehas/mips_simulator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Simple MIPS Simulator by C

by Chanyoung Park

Dev Note

I followed a book, Computer Organization Design MIPS Architecture. It is fully implemented in C language.

  • If you want to see what instructions are implemented, Look at Instruction.c file. I give trouble that you manually register commands through this file. But, this way gives extensibility to add/remove commands.

  • There is a huge difference between Phase 1 and Phase 2. Phase 2 is designed with pipelining.

  • I deliver example output for testing. However, Phase 2 can get a slightly different output. You need to find "test" folder and get outputs by ikjae and taeyun.

About

a simple MIPS Simulator by C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 86.4%
  • Assembly 7.2%
  • Makefile 3.1%
  • Shell 1.7%
  • Other 1.6%