jbegaint / mips

MIPS (32bits processor) simulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MIPS Simulator

CS project, second year: subject (french)

TODO

  • pipeline implementation

Compilation:

  • make simMips or make simMips-debug

  • make check to run test files

Execution:

  • ./simMips to lauch the simulator

  • ./simMips <filename> to run a script (*.simcmd)

  • help for more information

(Warning: by default mipsel-linux-gnu-as compiles in little endian, use option -EB to force big endian.)

Authors:

  • BĂ©gaint J.

  • Revolle M.

Links:

About

MIPS (32bits processor) simulator


Languages

Language:C 78.7%Language:Shell 15.8%Language:Assembly 4.9%Language:C++ 0.6%