Hi to everyone, i am a newbie of assembly!
How can i print a fpu number from ST(0) to the screen?
Thank you very much!
Alessio
AFAIK there is no simple method of converting a floating-point value to a string, or at least not one that will work correctly for the full range of values. You could take a look at the FpuFLtoA procedure in the fpulib source included in the MASM32 package or available for download here:
http://www.ray.masmcode.com/fpu.html#fpulib
I'll take a look. thanks :U