MIPS Processor Simulator
Register $2 and $3 is set to integer value of 1
Only beq, and, or, add, sub is working. lw and sw is still a little buggy.
add $2, $2, $3 add $2, $2, $3 beq $0,$0,jump add $2, $2, $3 add $2, $2, $3 jump: add $4, $2, $3
Created by Yeo Quan Yang. Based on Simplified MIPS Processor.