Skip to content

v1.2.2

Compare
Choose a tag to compare
@lupino3 lupino3 released this 10 Jun 07:53
· 996 commits to master since this release
10th of June, 2015                                              EduMIPS64 1.2.2

                           EduMIPS64 RELEASE NOTES  
                           http://www.edumips.org

EduMIPS64 is a GPL MIPS64 Instruction Set Architecture (ISA) simulator and 
graphical debugger.

Notes for this release:
~~~~~~~~~~~~~~~~~~~~~~~

This is version 1.2.2 of EduMIPS64, a bug-fix release that follows up on
version 1.2.1, that was released a few weeks ago. The codename for this
release is "Contrada Fumata", since it is being released from a nice country
house in Contrada Fumata, near Adrano.

This release mostly fixes one bug with the JR/JALR instructions, that didn't
properly respect RAW stalls.

Please keep in mind that this is still EXPERIMENTAL SOFTWARE. It may 
BURN YOUR HARD DISK, DESTROY ALL YOUR DATA and even GO OUT WITH YOUR
WIFE/HUSBAND. :)

If you find a bug, please open an issue on GitHub.

EduMIPS64 is hosted on GitHub: www.github.com/lupino3/edumips64.
Our web site is www.edumips.org, and our development blog is
http://edumips64.blogspot.com.

New in this release since version 1.2.1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Bugs fixed:
-----------
- JR does not respect RAW stalls (Issue #68)