The MIPSMachine class is an implementation of the MIPS ISA in java current supported operations: everything except arithmetic instructions (fp , mult, div etc) loadlinked and store conditional
Created a testing suite based on Java reflection.
The input code for the simulator must be a series of lines with each line containing 32 bits (one instruction) in binary format (0001111..101010)