question archive Now, locate the instruction in line #7 of proc1
Subject:Computer SciencePrice: Bought3
Now, locate the instruction in line #7 of proc1.s. Let's translate this instruction into machine code. a. What instruction type is this? How many fields does this type of instruction have? What are the names of these fields? b. Refer to the MIPS sheet, what is the value of the opcode of this instruction in Hex? What register is rs? What is the value of this register in Hex? What register is rt? What is the value of this register in Hex? What is the value of immediate in Hex? c. Construct the machine code of line #7 using the values obtained from part b. Write your answer in both binary and Hex formats. You can verify your answer with the Code column in Text Segment window.