0

I am trying to implement a floating point division in MIPS (without FPU). I have tried to following this instruction But i have no idea how to divide the mantissa (at step 3).

After hours of searching, i found this topic MIPS: Division algorithm (Dividing significands of IEEE-754 format) gives incorrect answer for the last 4-5 bits (LSB) But when i try to run his code (changed SRL divisor to SLL remainder according to the first reply), it still give wrong result sometime at the last 1-2 bit. Can anyone help me

0 Answers0