Xref: utzoo comp.sys.ibm.pc:13700 comp.lang.c:8538 Path: utzoo!mnetor!uunet!husc6!ncar!noao!arizona!naucse!wew From: wew@naucse.UUCP (Bill Wilson) Newsgroups: comp.sys.ibm.pc,comp.lang.c Subject: Re: DOS Interrupts 1Eh and 2Eh Message-ID: <616@naucse.UUCP> Date: 25 Mar 88 16:05:54 GMT References: <614@naucse.UUCP> <615@naucse.UUCP> <1284@silver.bacs.indiana.edu> Organization: Northern Arizona University, Flagstaff, AZ Lines: 16 Keywords: DOS Interrupts Summary: Assembler and Turbo C In article <1284@silver.bacs.indiana.edu>, creps@silver.bacs.indiana.edu (Steve Creps) writes: > In article <615@naucse.UUCP> wew@naucse.UUCP (Bill Wilson) writes: > > >If anyone can send me examples of linking assembly modules to Turbo C > >I would appreciate it. I can successfully link MS Fortran but the > >assembly is throwing me for a loop. I either get function not found > >errors on the link (following the poor examples in the manuals.) or > >if I do inline assembly I always get phase loop errors. > I forgot to mention in my first article that I am prepending _ to the assembler entry points as shown in the Turbo C manual. I am also using public code and have tried most of the memory models. Bill Wilson