alohali / MipsCPU

A Mips I CPU simulation written in C++ that is completely programmable and can run most instructions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mips CPU

MIPS I simulator written in C++.

Build

To build the cpu, the makefile can be used.

# Building
make

# Running tests
./src/ymh15/test_mips

About

A Mips I CPU simulation written in C++ that is completely programmable and can run most instructions.


Languages

Language:C++ 74.8%Language:C 21.9%Language:Makefile 3.3%