Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!hplabs!hpda!hpwala!hp-and!gallag From: gallag@hp-and.HP.COM (Mike Gallagher) Newsgroups: comp.binaries.ibm.pc.d Subject: Re: Stevie Message-ID: <13420001@hp-and.HP.COM> Date: 15 Mar 90 17:53:12 GMT References: <1786@tnoibbc.UUCP> Organization: HP Andover Division (Massachusetts) Lines: 7 > (Now could somebody post the definition of the MK_FP macro?) From dos.h (TURBOC) #define MK_FP (seg,ofs) ((void far *) \ (((unsigned long)(seg) << 16) | (unsigned)(ofs))) Mike Gallagher