Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!columbia!cunixc!cunixb.cc.columbia.edu!amw From: amw@cunixb.cc.columbia.edu (Andrew M. Winkler) Newsgroups: comp.sys.ibm.pc Subject: pointers on pointers in int86x Message-ID: <2488@cunixc.cc.columbia.edu> Date: 16 Dec 89 18:13:42 GMT Sender: news@cunixc.cc.columbia.edu Reply-To: amw@cunixb.cc.columbia.edu (Andrew M. Winkler) Distribution: usa Organization: Columbia University Lines: 4 I need to use the int86x library function in C, to call an interrupt vector. I need to put a pointer in the ES:DI registers. How do I do that? I know that there are the inregs, but how do I split up a (huge) pointer into segment:offset. Thanks!