Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utcs!mnetor!seismo!columbia!caip!princeton!allegra!ulysses!mhuxr!mhuxn!ihnp4!inuxc!pur-ee!pucc-j!pucc-h!pur-phy!kran!duncan!authorplaceholder From: authorplaceholder@duncan.UUCP Newsgroups: net.micro.pc Subject: Re: Help Requested for MicroEMACS 3.6 u Message-ID: <3200024@duncan> Date: Mon, 14-Jul-86 07:42:00 EDT Article-I.D.: duncan.3200024 Posted: Mon Jul 14 07:42:00 1986 Date-Received: Wed, 16-Jul-86 22:30:41 EDT References: <513@quad1.UUCP> Lines: 11 Nf-ID: #R:quad1.UUCP:-51300:duncan:3200024:000:468 Nf-From: duncan.UUCP!lawrence Jul 14 07:42:00 1986 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