HELP in MIPS

Reply

Join Date: Mar 2007
Posts: 1
Reputation: hawaii86 is an unknown quantity at this point 
Solved Threads: 0
hawaii86 hawaii86 is offline Offline
Newbie Poster

HELP in MIPS

 
0
  #1
Mar 28th, 2007
Hi, every one
MIPS assembly language program to do single-precision floating-point multiplication in software rather than in hardware. The procedure float_multiply should receive its input parameters in $a0 and $a1 (as single-precision floating-point numbers) and produce its result in $v0 (as single-precision float). You cannot use the floating-point multiply instruction mul.s to do the multiplication. Only integer instructions are allowed. Write additional procedures if needed to extract and compute the result exponent and the result significand.
You should also make sure to handle special cases:
Multiplication by zero, infinity, and NaN
Overflow and underflow
Denormalized numbers
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC