Consider all floating point registers have the following default values: $f0 to $f15 = 0xFFFFFFFF and $f16 to Sf * 31 = 0 * 0 Modifications in some register values are specified for each of the subparts.
Show the steps to subtract the following double precision floating point numbers. Write the resultant registers in hexadecimal.

sub.d $f4, $f8, $f12 # $f8 = 0xBFDFFFFF and $f12 = 0xC02FFFFF



Answer :

Other Questions