Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/prakrititz/mips--simulation
- Owner: prakrititz
- Created: 2024-04-03T08:13:18.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-03T08:32:40.000Z (8 months ago)
- Last Synced: 2024-08-22T16:39:49.729Z (3 months ago)
- Topics: oops-in-python
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README BEFORE TESTING.md
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