Parsing Significand Bits Procedure MIPS
I am currently working on a MIPS program which takes in user input as a decimal then gives the sign, exponent, significand bits, truncated unsigned int, and truncated int. I’m having trouble with my parse_significand procedure and I’m not sure where I’m going wrong.