nayefc / mips-simulator

A simulator for the MIPS Instruction Set

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MIPS Simulator

A simulator for the MIPS Instruction Set, that translates the machine code (can be produced using my assembler here), and execute the machine instructions.

Build

$ ./simulator add.asm

About

A simulator for the MIPS Instruction Set


Languages

Language:C 77.7%Language:Assembly 16.5%Language:C++ 5.8%