Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Watcom C/C++ User's Guide - when using the stack-based calling conventions with "fpi" or "fpi87", http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
When using the stack-based calling conventions with "fpi" or "fpi87",
floating-point values are returned in registers.  Single precision values
are returned in EAX, and double precision values are returned in EDX:EAX.

When using the register-based calling conventions with "fpi" or "fpi87",
floating-point values are returned in ST(0).  All other values are returned
in the manner described earlier in this chapter.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson