Skip to content

v1.2.1

Compare
Choose a tag to compare
@lupino3 lupino3 released this 21 May 21:27
· 1025 commits to master since this release
21st of May, 2015                                                EduMIPS64 1.2.1

                           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.1 of EduMIPS64, a bug-fix release that follows up on
version 1.2, that was released almost 3 years ago. The codename for this
release is "IFSC", since it is being released from a nice apartment in IFSC,
Dublin 1.

Most of the code was written in Portobello, Dublin 8, a few airports around
the world and - of course - IFSC.

This release mostly fixes minor issues, listed later, and contains several
internal changes made in these 3 years to improve the code quality.

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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Bugs fixed:
-----------
- Ghost instruction fetched at the end of program (Issue #50)
- Problem with syscall 0 after branch (Issue #51)
- Movn and movz problem after branches (Issue #63)
- Limited number of labels (Issue #64)
- Several issues related to code quality (Issues #41, #42, plus several other
  small problems not listed in the issue tracker)