A simulator of Donald E. Knuth's fictitious MIX processor written in Java, which includes support for floating-point arithmetics.
Be the first to post a text review of MixIDE. Rate and review a project by clicking thumbs up or thumbs down in the right column.
Fixed a bug whereby DIV would ignore the sign of rAX.
Release 1.4 of MixIDE is now available for download. A bug in the MIX machine implementation has been fixed, whereby the DIV instruction would ignore the sign of the rAX register.
Discovered and fixed a bug in the implementation of CMP<register> instructions.
Release candidate 6 of MixIDE 1.4 is now available. This candidate release fixes a bug in the implementation of CMP<register> instructions that had gone unnoticed for years.
Now the MIX virtual machine runs in a separate thread and GUI is updated in real time while the MIX virtual machine is running.
Release candidate 5 of MixIDE 1.4 is now available. Two improvements have been introduced with this new release candidate: 1) now the MIX virtual machine runs in a separate thread; therefore, the user can interact with the application while the MIX machine is executing a program; as a consequence, a new "Stop" command is now available in the "MIX" menu to halt the MIX machine; 2) the memory view and the register view are updated in real time while the MIX machine is running. While it is true that updating the GUI makes the MIX machine emulation run significantly slower, the user now can see what the program being executed is doing.
The assembler now supports local labels.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?