Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/prakrititz/mips--simulation

A simple simulation of MIPS architecture in python
https://github.com/prakrititz/mips--simulation

oops-in-python

Last synced: 5 days ago
JSON representation

A simple simulation of MIPS architecture in python

Awesome Lists containing this project

README

        

To run the processor:
1. Put the dump file in the same folder as linker.py and processor.py
2. Rename the dump file / machine code for the program you want as "dump.txt"
3. Run the linker.py file using "python3 linker.py > out.txt" to get the output in out.txt
Repeat for other programs