17/04/2008:

  • New release: 0.5.2 Time for a bugfix release of the stable 0.5.x series of EduMIPS64. ! The work for version 1.0 is going on slowly, and a change in the behavior of Swing in Java 6 introduced a bug in the simulator. So we created a new version from the 0.5.x series that fixes this bug and other small annoyances. You can download it from the SourceForge page, reachable from the Download section!

22/10/2007:

  • New release: 1.0-alpha After some time, here's the new version of EduMIPS64. ! This release contains the brand new FPU support and the first stage of the new HTML help, straight from the same LaTeX sources of the PDF manual. Everyone is encouraged to get a copy and test it, because this is the first step towards 1.0 and testing is very important. You can download it from the SourceForge page, reachable from the Download section!

19/09/2007:

24/08/2007:

  • New bugfix release: 0.5.1 This release of EduMIPS64. is the last one before the FPU-powered release. We made this release mostly before there are some bug fixes that made 0.5 not-so-stable. Please update to this version if you're still using 0.5. Read the Changelog or go download it from the SourceForge page, reachable from the Download section!
  • A preview about the FPU usage Added some files .s that work with the FPU. In order to try them you must download the svn jar file from http://www.edumips.org/svn/trunk/edumips64-svn.jar and the samples rar file from the Download section.

23/08/2007:

  • RSS Feed for commits and info about development Seems like sometimes the edumips64-commit isn't updated in the right way, so we thought that we could use Trac's internal RSS features to notify users of SVN commits. If you want to stay updated with EduMIPS64. bleeding edge, subscribe to the following RSS feed: http://www.edumips.org/log?format=rss. Stay tuned, because the next version will contain huge improvements on the 0.5 release, including FPU support, embedded pdf manual via JavaHelp and lots of bug fixes.

05/06/2007:

  • New release: 0.5 MIPS32 instructions, brand new examples in the manual, lots of bug fixes and other small improvements for the new release of EduMIPS64. Read the Changelog or go download it from the SourceForge page, reachable from the Download section!

06/05/2007:

  • .double statement Added the support to save in memory a double precision floating point number according to the IEEE754 standard

04/05/2007:

  • LO and HI registers Now LO and HI registers are showed under GPRs

24/04/2007:

  • Manual updated: 1.1 Together with v. 0.4.2 we released the new 1.1 version of the manual. We recommend you to download the new version because it's updated to the last changes in the simulator (new instructions) and contains some bug fixes. Download it from the SourceForge page.

22/04/2007:

  • New release: 0.4.2 Some new instructions and a lot of bug fixes for the 0.4.2 version of EduMIPS64. Read the Changelog or go download it from the SourceForge page, reachable from the Download section!

14/04/2007:

31/03/2007:

  • New release: 0.4.1 This is a simple bugfix release that fixes a bug in the LUI instruction.

18/03/2007:

  • Public release: 0.4 Here's the new release of EduMIPS64! Read the Changelog to see the new features. Moreover, there are the new User Manuals, both in English and in Italian. You can download the new files from sourceforge.net project page, reachable from the Download section. User manuals are available also in the Documentation section. As always, the Applet section contains the last stable version. Enjoy it!

23/02/2007:

  • SVN Server: We have activated the Subversion server that SourceForge.net guys offer among their services. Development will go on using that server. The address is https://edumips64.svn.sourceforge.net/svnroot/edumips64/, you can checkout (even anonymously) and try the very last version.

29/01/2007:

  • EduMIPS64 usage: A Computer Architecture course at the University of Sarajevo used our simulator for some laboratory sessions. Their problem was the lack of FPU support, that hopefully will soon be implemented. Read more at http://courses.etf.unsa.ba/mod/resource/index.php?id=59

26/01/2007:

  • Thesis upload: One of the project members, Andrea Spadaccini, has uploaded his laurea thesis (with sources) in the Documentation section; he worked on the implementation of the interrupt handling in EduMIPS64. The thesis is available under the GNU FDL.

25/01/2007:

  • First donation: The official EduMIPS64 sponsor, Fabrizio Fazzino (http://www.fazzino.it), donated 50$ to this project, and this money will be used to pay the domain www.edumips.org and hosting services. THANKS to FF!
  • Project News: EduMIPS64 is going to be used in two Computer Architecture courses at University of Catania. This is the first time that the simulator is the official tool of an academic course, and we hope that more and more universities around the world will start using it. Development will surely benefit of this adoption.

10/10/2006:

  • Development release: 0.3.6 In this development version there are some little changes, like the ability to mask synchronous interrupts.

17/09/2006:

  • Bugfix release: 0.3.5.2 Another bugfix relase. Now it works. Serious, man! :)
  • Bugfix release: 0.3.5.1 A small bugfix release.
  • Development release: 0.3.5 This is a release that doesn't introduce external changes: only some internal interfaces have been changed in order to get an homogeneous interface to access memory. As usual, it's available from the Download or the Applet section.
  • Development release: 0.3.4 The SYSCALL instruction is fully working. Syscalls ranging from 0 to 5 are supported: exit(), open(), close(), read(), write() and printf(). Right now there's no documentation, but it will come before the end of the month. Download it or play online with the Applet.

14/09/2006:

  • Wiki updates The wiki has been updated by mancausoft. The Applet section is reachable from the top bar, and some wiki black magic allows us to display in the main page only the last 4 news.

09/09/2006:

  • Development release: 0.3.3 Well.. the SYSCALL instruction is there! Right now only SYSCALL 0 (exit()) and SYSCALL 5 (printf()) work, but it's anyway a big improvement. Among other new features: I/O window, BREAK instruction, .ascii and .asciiz directives. Get it from the Download section or test it online from the Applet section.

08/09/2006:

  • Development release: 0.3.2 Here's the new development version. There are the first steps towards interrupt handling, a new log window, improvements to the internal frame handling code, a new .space directive and some other goodies. Take it from the Download section. The online applet has been updated, it's the jar file from the last version.

03/09/2006:

  • Development release: 0.3.1 No more holidays! The new development release is out! The most exciting feature of this release is that the jarfile works as a standalone jar and as an applet! In addition, there are fixes for XGl users. Take it from the Download section.
  • The first test of EduMIPS64 Applet into mediawikii.

23/07/2006:

  • Public release: 0.3 The new public release of EduMIPS64 is out! There are important changes from version 0.2, and a few cosmetic changes from 0.2.9. Download it from sourceforge.net project page, reachable from the Download section. A package with a bundled JRE 1.5 for Windows is available from the sourceforge.net page. It's useful if you don't have the JRE installed or you can't install it (for instance, when you are taking an exam... ;).

22/07/2006:

  • Development release: 0.2.9 The most important feature of the 0.2.9 version is the multi-threaded core, that allows you to stop the execution if you enter into an infinite loop. Please download this version and test it, as it will soon become the new public release! As usual, it's available from the Download section.

18/07/2006:

  • Development: Added a Wishlist page, that contains the list of future edumips64 features. Developers should work on these, while users are encouraged to add more features to the list, as they will be discussed and eventually implemented if they're considered useful.

07/07/2006:

  • Tutorial: Added an easy tutorial that shows how to use EduMIPS64. Get it from the Documentation section

06/07/2006:

  • Development release: 0.2.2 This version contains an improved error reporting dialog, with some cute graphics by Vanni. Download it from the Download section!

01/07/2006:

  • Development release: 0.2.1 The new development release has been made available two days after its packaging due to a lot of exams that have been keeping me busy. Grab it from the Download section.

29/06/2006:

  • Further samples: Added new examples that show the power of EduMIPS64. Grab them from the Download section

25/06/2006:

  • Development release: 0.1.5 The new development release has been uploaded. Grab it from the Download section and test it!
  • Dinero binaries Mancausoft has just compiled statically DineroIV for Win32 and for Linux-i386. If you want to use it, download it from the Download section.
  • Bugfix release: 0.1.4.1 The 0.1.4 release had some bugs due to my distraction. Please trash it and download the 0.1.4.1 version from the Download section.
  • Development release: 0.1.4 The new development version is out, with a lot of new features and bugfixes!! Take it from the Download section and read the Changelog!!

24/06/2006:

  • Documentation Updated the Instruction Set class diagram in the Documentation section.
  • Added in the Download section a collection of MIPS64 programs and some notes on how to run EduMIPS64

23/06/2006:

  • Development release: 0.1.3 Have a look at the Changelog page to see what's new and download it from the Download section!

21/06/2006:

  • Removed the old Internationalization subsection in the Documentation section.

20/06/2006:

  • Development release: 0.1.2 We released EduMIPS64 0.1.2, it's available for download in the download section. It won't be published on sourceforce.net, but it will be published here because it isn't stable code. If you are a developer or you want to help us with testing and/or bug reporting, please get a copy in the Download section!! Thanks!

17/06/2006:

  • First Release! EduMIPS64 0.1 has just been released! Please grab a copy from the Download section.

01/06/2006:

21/05/2006:

  • Updated the about page, removing people who no longer belong to the team.

20/05/2006:

  • Added in the screenshots page a screenshot of the future register window.
  • EduMIPS64 development is going on!! While the wiki seems quiet, the groups are working hard on their tasks. We hope to publish an alpha release at the end of May. Stay tuned!

06/05/2006:

  • Added in the Documentation section a tutorial for Internationalization (Documentation), important for GUI and Parser groups.

14/04/2006:


Trac Powered GNU Free Documentation License 1.2 Liberalizzazione nel campo del Software per Personal Computer. Il computer รจ mio e lo gestisco io