Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 956 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 956 Bytes

Py-MI-PS

A MIPS interpreter written in Python

alt text

Example code courtesy of University Of The Pacific

mips ref sheet

Installation

See releases for installation instructions

Usage

Invoke PyMips with the pymips command from your python virtual environment:

pymips <path to mips file>

Current Features

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.