A MIPS interpreter written in Python
Example code courtesy of University Of The Pacific
See releases for installation instructions
Invoke PyMips with the pymips command from your python virtual environment:
pymips <path to mips file>
Currently, only base mips commands are supported. Some pseudo commands will work, but they are unreliable and may not parse properly. No commands that take advantage of coprocessors are supported.