NOTE: Only use bne and beq. DO NOT USE: blt, bge, etc.
CS51 Lab 8 1. Assume x goes to Ss0, y goes to $s1, and z goes to Ss2. Convert the following C code to MIPS. Use labels Else, Exit, and Loop when needed MIPS if (x== y) { y=y+z; else z=z-x; while (x < z) ( y=y-z; for (int x=1; x < 5; x++){ Y–i Show transcribed image
OR
OR