Question: 1 . ( 2 0 ) MIPS Assembly Language Programming: Write MIPS assembly code ( implement it as a function ) to reverse the bits
MIPS Assembly Language Programming: Write MIPS assembly code implement it as a
function to reverse the bits in a register. Use as few instructions as possible. Assume the register of
interest is $t
Floating Point Computation: Write down the binary representation of the decimal
number assuming the IEEE single precision format.
Write down the binary representation of the decimal number assuming the IEEE
double precision format.
Floating Point Computation: IEEE contains a half precision that is only
bits wide. The left most bit is still the sign bit, the exponent is bits wide and has a bias of and
the mantissa is bits long. A hidden is assumed. Write down the bit pattern to represent
times assuming a version of this format, which uses an excess format to store the
exponent. Comment on how the range and accuracy of this bit floating point format compares to
the single precision IEEE standard.
Calculate the sum of times and times by hand, assuming A and B are
stored in the bit half precision described in previous question. Assume guard, round bit, and
sticky bit, and round to the nearest even. Show all the steps
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
