Prepare the v0.20 Release
Posted on 2006-04-03 00:00:00
Rewrote SLTU using the new code generator.

I've decided to make use of more 64-bits instructions primitives instead of trying to simulate the 64-bits operations using 32-bits primitives. This will make some instructions way simplier and reduce the probability of bugs. It will also give an advantage to 64-bits processors that have real 64-bits instructions, if I decide to port the emulator to a 64-bits platform someday.

Finalized the virtual file system configuration dialog.

I'm going to keep optimizing some more instructions and fix some more bugs tomorrow.