Skip to content
This repository has been archived by the owner on May 15, 2021. It is now read-only.

Fengyong 1.3.0 - The mips interpreter and assembler implemented with python

Latest
Compare
Choose a tag to compare
@0xSeanll 0xSeanll released this 24 Oct 04:33
· 6 commits to master since this release

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