In MIPS Assembly, how do I truncate to two decimal places if I have a floating point value X.YZDEF i
- by Roger
If I have a value in an "f" register in MIPS, how do I truncate this down to X.YZ from X.YZDEF? Supposedly, you must convert from the float to two ints and display those... How is this done?