vmips is a virtual machine simulator based around a MIPS R3000 RISC CPU core. It is an open-source project written in GNU C++.
| Tags | education Computer Aided Instruction (CAI) Emulators |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX |
| Implementation | C++ |
Recent releases


Changes: This release fixes two minor bugs, one regarding the CP0 Context register, and the other regarding compilation errors with gcc 4.1.x.


Changes: This version builds correctly under Microsoft Windows using Cygwin, and has a few other, very minor bugfixes.


Changes: This release focuses mainly on improvements to existing features, especially interrupts and interrupt-driven I/O. It has also undergone significant code cleanup.


Changes: This release contained an important bugfix to the debugger interface, and minor bugfixes to the Makefiles, configure scripts, and command-line parsing code. RPMs are now available again.


Changes: This release contained a few important bugfixes to the system control coprocessor (CP0) involving interrupt processing and TLB miss exception handling, as well as a few other more minor bugfixes.