Question: Using the assembly language and Irvine32 dictionary -Create a program to emulate floating point add, subtract, multiply, divide, and comparison using only integer operations. Only
Using the assembly language and Irvine32 dictionary
-Create a program to emulate floating point add, subtract, multiply, divide, and comparison using only integer operations.
Only single precision floats need be supported, Rounding errors that result in minor differences are acceptable and you must support 0.0, but not other denormals, infinity, or NaNs.
For divide by 0, you should return hex FFFFFFFF.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
