ReC98/libs/BorlandC/math
nmlgc 5ad97a08ea [JWasm move] Fix the remaining small issues to get through the first pass
Thanks to the LOCALS directive, we do need to break compatibility to TASM at
one point after all. This is the rest we can reasonably change to get at least
through JWasm's first pass without errors while maintaining compatibility to
TASM.

Includes:
* the OPTION syntax to switch in and out of floating-point emulation mode
* REP CMPSB → REPE CMPSB
* Hacks for two 80-byte short jumps
* lack of support for floating-point stupidity ♥
as well as other issues that I covered in previous commits and overlooked in
some files.
2014-11-21 11:24:47 +01:00
..
_pow10.asm
_pow10[data].asm
ctrl87.asm [JWasm move] Fix the remaining small issues to get through the first pass 2014-11-21 11:24:47 +01:00
emuvars[stack].asm
fperr.asm Fix the directory of the fperror() slices 2014-11-11 23:42:56 +01:00
fperr[data].asm Fix the directory of the fperror() slices 2014-11-11 23:42:56 +01:00
ftol.asm [JWasm move] Fix the remaining small issues to get through the first pass 2014-11-21 11:24:47 +01:00
hugeval[data].asm [Reduction] #686-688: scantod 2014-11-10 01:02:11 +01:00
ldtrunc.asm [Reduction] : ldtrunc 2014-11-09 14:49:18 +01:00
pow10d.asm [JWasm move] Don't use the DIST/CALLMODEL constants for procedures and labels 2014-11-05 18:20:02 +01:00
realcvt.asm
realcvt[cvtseg].asm
scantod.asm [Reduction] #686-688: scantod 2014-11-10 01:02:11 +01:00
scantod[data].asm [Reduction] #686-688: scantod 2014-11-10 01:02:11 +01:00
scantod[scnseg].asm [Reduction] #686-688: scantod 2014-11-10 01:02:11 +01:00
xcvt.asm