Is there any way to output the floating point number to the sixth decimal place in assembly? How to write? I use Irvine32.
The general output is +x.xxxxxxxE+xxx
I know the x87 control word can set rounding. But I don't how to write.
Example:
I want to show +2.123456.
General output is +2.1234562E+000.