Question about IEEE 754 and ARM Assembly:
So as we know, numbers with fractional components such as 45.278 are commonly represented with single precision or double precision IEEE 754 Floating point format (also called binary32 or binary64, respectively).
How are numbers stored in these formats? and briefly describe:
The fields in the binary32 format (size, purpose, etc)
How to convert a binary32 number to a decimal value (write a formula)