Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/berkus/mips-machine

MIPS architecture simulator for Windows
https://github.com/berkus/mips-machine

c-sharp mips mips-architecture mips-simulator

Last synced: about 2 months ago
JSON representation

MIPS architecture simulator for Windows

Awesome Lists containing this project

README

        

In college, my Machine Organization and Architecture professor is teaching the MIPS architecture. Since it's so simple, I'm building a MIPS simulator and assembler as a project.

It will be compatible with the book we're using for learning assembly language (MIPS Assembly Language Programming by Robert L. Britton). The machine will consist of hypothetical components for I/O.

It will probably be sufficient for use as a initial target test platform for the managed operating system I'm writing as an experiment.