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 [Reduction] #670-672: e087_Trap 2014-11-02 20:11:20 +01:00
_pow10[data].asm [Reduction] #668-669: pow10 2014-11-02 16:41:47 +01:00
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 [Reduction] #563-568: Floating-point emulator initialization 2014-11-01 17:09:13 +01:00
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] #685: 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 [Reduction] #570-573: realcvt 2014-11-02 08:27:17 +01:00
realcvt[cvtseg].asm [Reduction] #570-573: realcvt 2014-11-02 08:27:17 +01:00
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 [Reduction] #668-669: pow10 2014-11-02 16:41:47 +01:00