Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nicksmyr/mipsim

MIPS interpreter and simulator
https://github.com/nicksmyr/mipsim

assembly mips mips-simulator

Last synced: 23 days ago
JSON representation

MIPS interpreter and simulator

Awesome Lists containing this project

README

        

# MIPSim
The MIPSMachine class is an implementation of the MIPS ISA in java
current supported operations:
everything except arithmetic instructions (fp , mult, div etc)
loadlinked and store conditional

Created a testing suite based on Java reflection.

# Input file format
The input code for the simulator must be a series of lines with each line containing
32 bits (one instruction) in binary format (0001111..101010)