[net.micro.pc] "Re: Reentrancy and C Compilers

ARPA@ihlpf.UUCP (06/02/83)

#R:sri-arpa:-158500:ihlpf:17100009:  0:540
ihlpf!dap1    Jun  2  8: 3:00 1983

I don't think anything that employs DOS is reentrant for the simple reason
that the DOS function calls are not reentrant.  Since DOS switches to its own
internal stack when making these function calls you can have lots of problems.
I found this out when I wrote a timer routine which tried to write to the
screen with a DOS interrupt.  It kept blowing up until I changed it to call
BIOS directly.  I'm pretty sure this analysis is correct but if not, could
somebody out there steer me right?

					Darrell Plank
					BTL-IH
					ihlpf!dap1