i am doing floating point addition using MARS.
SameExponent:
add $s6,$s4,$s5
after I aligned the exponents, I added up the significands,but how do I detect if the sum is still normalized or not in order to shift the signicicand to the left or right? Thank you