Question: Find the shortest sequence of MIPS instructions that extracts bits 16 down to 11 from register $t0 and uses the value of this field to replace bits 31 down to 26 in register $t1 without changing the other 26 bits of register $t1.
You have to find the shortest sequence of MIPS instructions for the given program. Please give a detailed answer so that I will learn from it. Thank you!