-
Notifications
You must be signed in to change notification settings - Fork 2
Home
MIPS Virtual Processor and Compiler is a program that allows MIPS assembly to be compiled and debugged in an easy interface
On launch MIPS will check if any new versions are available if there are you will get notified to update Updating can be done in program by going to Options -> Update this will download and replace the old JAR file and launch the new version.
Plugins provide an easy way to allow for additional features to be added.
SystemCall plugins allow for new SystemCalls to be added. This allows the program to communicate with the outside environment in user controlled ways
Language Plugins define how the compiled machine code runs, How the assembly is compiled into machine code, Graphics components relating to the internal state of the processor, and also debugging tools.