I have a couple of PB/DOS ASM functions that return QUAD's.
These functions are called by other functions that are also
written in inline ASM. All of them are in UNITs. According to the
users manual, QUAD functions return their results in the FPU stack.
PB/DOS 3.5 ASM does not have FPU support (at least, that's what it
appears after TRYING to compile with inline FPU code). So, how
can the calling funcitons, using ASM, retrieve the return results
of these QUAD functions?
Any help VERY gratefully received.
------------------
These functions are called by other functions that are also
written in inline ASM. All of them are in UNITs. According to the
users manual, QUAD functions return their results in the FPU stack.
PB/DOS 3.5 ASM does not have FPU support (at least, that's what it
appears after TRYING to compile with inline FPU code). So, how
can the calling funcitons, using ASM, retrieve the return results
of these QUAD functions?
Any help VERY gratefully received.

------------------
Comment