Path: utzoo!utgpu!watserv1!watmath!att!pacbell.com!ucsd!ucbvax!stlvm2.iinus1.ibm.com!archer From: archer@stlvm2.iinus1.ibm.com ("Gary D. Archer") Newsgroups: comp.sys.ibm.pc.misc Subject: interrupt far functions in Microsoft 5.1 Message-ID: <9101252021.AA22963@ucbvax.Berkeley.EDU> Date: 25 Jan 91 20:20:12 GMT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 30 From: jvb7u@Virginia.EDU (Jon Brinkmann) Message-ID: <1991Jan23.222037.3970@murdoch.acc.Virginia.EDU> Date: 23 Jan 91 22:20:37 GMT References: <801@gsg.UUCP> lorvig@gsg.UUCP (Don Lorvig) writes: <# <# have been using void far interrupt routines for some time now. The <#addresses of this routines are passed to a TSR which executes them. <#Recently I began attempting to make this functions more complex. (They <#merely set flags before). When I attempt function calls from within <#these interrupt routines, strange behavior results. < MSJV3-5.ARC. Another good book is: Writing DOS Device Drivers in C "Phillip M. Adams/ Clovis L. Tondo" Prentice Hall, 1990 ISBN 0-13-970864-2 Gary