3. Suppose we have a 32-bit MIPS word containing the value Ox008A1021. We want to determine what machine instruction this represents. You may use the MIPS data reference sheet attached. a) Write this instruction word in binary. Leave enough spaces between the digits to answer part c) of the question. ANSWER: b) What is the format of this instruction? c) In your answer in part (a), draw boxes around the bits that make up the different fields of the instruction and label the instruction fields. (op codes, etc.) d) Translate this instruction to assembly language. Use symbolic names such as $t8 instead of absolute register numbers like $24.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter2: Problem Solving Using C++using
Section2.3: Data Types
Problem 9E: (Practice) Although the total number of bytes varies from computer to computer, memory sizes of...
icon
Related questions
Question

please help as soon as possible!

3.
Suppose we have a 32-bit MIPS word containing the value Ox008A1021. We want to
determine what machine instruction this represents. You may use the MIPS data reference sheet
attached.
a) Write this instruction word in binary. Leave enough spaces between the digits to answer
part c) of the question.
ANSWER:
b) What is the format of this instruction?
c) In your answer in part (a), draw boxes around the bits that make up the different fields of
the instruction and label the instruction fields. (op codes, etc.)
d) Translate this instruction to assembly language. Use symbolic names such as $t8 instead
of absolute register numbers like $24.
Transcribed Image Text:3. Suppose we have a 32-bit MIPS word containing the value Ox008A1021. We want to determine what machine instruction this represents. You may use the MIPS data reference sheet attached. a) Write this instruction word in binary. Leave enough spaces between the digits to answer part c) of the question. ANSWER: b) What is the format of this instruction? c) In your answer in part (a), draw boxes around the bits that make up the different fields of the instruction and label the instruction fields. (op codes, etc.) d) Translate this instruction to assembly language. Use symbolic names such as $t8 instead of absolute register numbers like $24.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 3 images

Blurred answer
Knowledge Booster
Troubleshooting
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr