Question: Exercise 2.11 In the following problems, the data table contains bits that represent the opcode of an instruction. You will be asked to translate the
Exercise 2.11 In the following problems, the data table contains bits that represent the opcode of an instruction. You will be asked to translate the entries into assembly code and determine what format of MIPS instruction the bits represent.
a. 0xAE0BFFFC
b. 0x8D08FFC0 2.11.1 [5] <2.4, 2.5> What binary number does the above hexadecimal number represent?
2.11.2 [5] <2.4, 2.5> What decimal number does the above hexadecimal number represent?
2.11.3 [5] <2.5> What instruction does the above hexadecimal number represent?
In the following problems, the data table contains the values of various fi elds of MIPS instructions. You will be asked to determine what the instruction is, and fi nd the MIPS format for the instruction.
a. op=0, rs=1, rt=2, rd=3, shamt=0, funct=32
b. op=0x2B, rs=0x10, rt=0x5, const=0x4 2.11.4 [5] <2.5> What type (I-type, R-type) instruction do the instructions above represent?
2.11.5 [5] <2.5> What is the MIPS assembly instruction described above?
2.11.6 [5] <2.4, 2.5> What is the binary representation of the instructions above?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
