Convert the following MIPS instructions Into Machine Code In
     Convert the following MIPS instructions Into Machine Code Instructions. Assume the first Instruction starts at memory address 20000  slt $t1, $s1, $s0  beq $s1, $s2, L1  beq $t1, $zer0, L2  j Exit  L1: add $s1, $s1, $s1  j Exit  L2: add! $s1, $s1, 1  Exit: 
  
  Solution
The Machine Code Instrucutions for this MIPS Instructions are

