[net.micro.pc] Help Requested for MicroEMACS 3.6 u

authorplaceholder@duncan.UUCP (07/14/86)

	The problem there is that in the termio.c file, the function
from the library for interfacing to the bios (int86()) has a different
return value under Lattice.  Lattice is expecting the flags as a return
value and Microsoft is not. Get the needed value from the al register
using the intdos call with a function code of 7 instead.

	For an example, check the same code in MicroEMACS 3.7 in mod.sources.

					Daniel Lawrence
					ihnp4!pur-ee!pur-phy!duncan!lawrence