EduMIPS64 Changelog

What's new in EduMIPS64 0.5.4

Mar 14, 2012
  • Features:
  • Embedded JavaHelp viewer
  • Converted the TeX docs to RST, so that the same sources can be used for
  • the PDF manual and for the newly-embedded JavaHelp viewer
  • Added Splash Screen (visible with Java6+, not shown with Java5) (andrea,
  • vanni)
  • Added labels to the GUIData frame; fixed GUIData and GUICode default column
  • widths so that they can be read
  • Bugs fixed:
  • Fixed bugs #8 (Weird GUI under Mac OS X) and #9 (Incorrect behavior of
  • MOVN and MOVZ)
  • Added GUIData/GUICode column labels update on language change
  • Fixed a bug that disallowed access to odd memory locations from the code
  • (odd labels were not correctly parsed).
  • Various changes:
  • Changed logging mechanism to use java.util.logging
  • Removed GUI Log viewer, the debug messages now go to stdout

New in EduMIPS64 0.5.3 (Sep 20, 2011)

  • Features:
  • Embedded JavaHelp viewer (andrea)
  • Converted the TeX docs to RST, so that the same sources can be used forthe PDF manual and for the newly-embedded JavaHelp viewer (andrea)
  • Added Splash Screen (visible with Java6+, not shown with Java5) (andrea,vanni)
  • Added labels to the GUIData frame; fixed GUIData and GUICode default column widths so that they can be read (andrea)
  • Bugs fixed:
  • Fixed bugs #8 (Weird GUI under Mac OS X) and #9 (Incorrect behavior of MOVN and MOVZ)
  • Added GUIData/GUICode column labels update on language change (andrea)
  • Fixed a bug that disallowed access to odd memory locations from the code (odd labels were not correctly parsed).
  • Various changes:
  • Changed logging mechanism to use java.util.logging (andrea)
  • Removed GUI Log viewer, the debug messages now go to stdout (andrea)

New in EduMIPS64 0.5.2 (Mar 6, 2010)

  • Fixed a bug about a stall for synchronous exceptions and forwarding (max83t)
  • Fixed Java 6 Swing bug (andrea)
  • Fixed ReportDialog bug (mancausoft)
  • Fixed aligned read/write with labels (andrea)
  • Fixed MIPS32 alias visualization (thegoodgiant)