1. (1 Point) Suppose that register \$S1 contains 0x00040000. Use the memory shown below to find the MIPS instruction tha
Posted: Thu Jul 14, 2022 2:13 pm
1. (1 Point) Suppose that register \$S1 contains 0x00040000. Use the memory shown below to find the MIPS instruction that copies the value 0x00000004 from memory to register $S0. 2. (1 Point) Write MIPS instructions to rotate left register $S2 by 3 bits and store the result in $S1 3. (1 Point) What will be content of register $S0 after executing the instruction (ori $S0S0,0X22 ). Express the result in hexadecimal notations.