Known Issues

- Our project is supported by Google Chrome only.

- The Google Chrome zoom page should always be 75% in order for the page contents to take their right places.

- You can run any MIPS program including any of these instruction : add, sub, addi, or, and, nor, andi, ori, slt, sll, slti, srl, sw, lw, beq and j.

- Labels in the beq instruction are not supported in our program.

- When using the beq instruction, you may use it like "beq $t1, $t2,3" where 3 indicates moving 3 instructions downward.(Negative numbers for upward movement)

- When running a new program you should refresh the page.