Date: Thu, 15 Dec 94 13:41:09 -0500 From: dj AT stealth DOT ctron DOT com (DJ Delorie) To: jmiller AT umdsun2 DOT umd DOT umich DOT edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu, john AT umdsun2 DOT umd DOT umich DOT edu Subject: Re: Calling 16 bit functions > 1. Can I use the dpmi...fcall function to call the 16 bit function Yes. > 2. I can access the dos memory with the 800... prefix easily. Is there a dpmi > call to do the same thing? Use dosmemget(), passing the LINEAR address (seg*16+ofs) as the "offset".