This repository has been archived by the owner on May 15, 2021. It is now read-only.
Releases: CQU-AI/pymips
Releases · CQU-AI/pymips
Fengyong 1.3.0 - The mips interpreter and assembler implemented with python
New Feature:
-
Add support for negative number
-
Add stack and stack operations
-
Add support for many new instructions
Fix bugs:
-
$zero
not recognized -
sll
cause unexpected overflow -
Add copy constructor for
RegData