Xref: utzoo comp.os.msdos.programmer:57 comp.sys.ibm.pc.programmer:2291 Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!maverick.ksu.ksu.edu!unmvax!ariel.unm.edu!carina.unm.edu!saunders From: saunders@carina.unm.edu (Richard Saunders CIRT) Newsgroups: comp.os.msdos.programmer,comp.sys.ibm.pc.programmer Subject: far call in C Message-ID: <1990Jul7.100712.7027@ariel.unm.edu> Date: 7 Jul 90 10:07:12 GMT Sender: usenet@ariel.unm.edu (USENET News System) Distribution: na Organization: University of New Mexico, Albuquerque Lines: 10 Help! Some application interfaces, like XMS and Netware IPX/SPX, are called with FAR CALLs instead of software interrupts. This poses no problem to assembly language programmers, but I'm working in C and I'm pretty inexperienced at 8086 assembly language. I need something similar to int86() and int86x() that will let me load the various registers, do a far call, and then examine the register contents in Microsoft C 5.0 || Mix Power C. Surely I'm not the first to face this problem... -- Richard Saunders