trying to compile djlsr201 in plain MSDOS
this message has been found three times during compilation of
SRC/LIBM/SRC/S_FINITE.S
SRC/LIBM/SRC/SF_FINITE.S
SRC/DEBUG/FSDB/FULLSCR.C
Offending lines seem
File Line# suggested replacement
S_FINITE.S 15 setnel %al setne %al
SF_FINITE.S 15 setnel %al setne %al
FULLSRC.C 398 xorl %%al %%al xor %%al %%al
After those replacements there is no more complain but check!
The first two suggestion are pretty sure because it is what
is done in corresponding files of the GNU general library
(glibc201.tar)/sysdeps/libm-i386/s_finite.s, sfinitef.s, sfinitel.s
(seem to be too enthusiastic in adding l suffix to all opcodes)
But please check that this is indeed the correct fix: I know very
little about intel ASM, practically nothing about GNU asm (I have
only read the FAQ), and I do'nt know what these codes intend to do.