Answer the questions below based off of the opcode of aninstruction shown. Translate the entries into assembly code anddetermine what instructions and format of MIPS instruction the bitsrepresent
(for a and b) 0xAE0BFFFC
0x8D08FFC0
a) What instruction do the above hexadecimal numbersrepresent?
b) What instruction type do each of the above hexadecimalnumbers represent?
(for c and d) 0x00221820
0xAE050004
c) What type of instruction (R-type, I-type, J-type) do theinstructions above represent?
d) What is the full MIPS assembly instruction described above?(Use the register mnemonics e.g. $a0, $s0 in the answer)
Answer