Single precision floating-point number sign bit
And IEEE standard 754 single presented as 1 sign bit, next 8 bit for exponent and last 23 bits for fraction. The bias is 127.
R3= 00000000011100000000000000000000 = 0x700000
R3 will have the fraction part
In Function convert (20 points)
Convert the IEEE format to TNS format (given above) and move the result
to R5 In main (5 points)
Call functions masking and convert
Well documented code a) Name, date, time spent on program, and comments.
(5 points) You will turn in ieee.s