Problem
Write an ARM assembly program ieee's to assign the hexadecimal equivalent for IEEE 32 bit format of a decimal number in variable ie and extract the sign bit, the exponents and the fraction part in the function mask.(Review floating point conversions and formats before doing this program). Using the extracted bits convert IEEE format to TNS format.