Question: We are asked to make a assembly function (adds two float numbers). The function must be callable from a C language program and must have

We are asked to make a assembly function (adds two float numbers). The function must be callable from a C language program and must have the following prototype void addf(float a, float b, float *x) (*x points to the result). The first line says expand "r" into its sign, exponent, and fraction. Can you give me pointers how to start with this. If i said i was confused it would be an understatement.
Thanks.
1.1.3 Algorithms for 32-bit floating-point addition Addition oftwo 32-bit floating-point numbers r and r2 [expand r i [expand r2 into its sign, exponent, and fraction] nto its sign, exponent, and fraction] while e
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
