Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ymherklotz/mipscpu

A Mips I CPU simulation written in C++ that is completely programmable and can run most instructions.
https://github.com/ymherklotz/mipscpu

cpp mips mips-sim mips-simulator

Last synced: 9 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Mips CPU

MIPS I simulator written in C++.

## Build

To build the cpu, the [`makefile`](/makefile) can be used.

``` shell
# Building
make

# Running tests
./src/ymh15/test_mips
```