Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/berkus/mips-machine
- Owner: berkus
- Created: 2015-03-18T17:24:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-18T18:40:41.000Z (almost 10 years ago)
- Last Synced: 2023-03-12T01:27:43.442Z (almost 2 years ago)
- Topics: c-sharp, mips, mips-architecture, mips-simulator
- Language: C#
- Homepage: code.google.com/p/mips-machine
- Size: 6.85 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.