Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!usc!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!midway!ux1.cso.uiuc.edu!osiris.cso.uiuc.edu!gordon From: gordon@osiris.cso.uiuc.edu (John Gordon) Newsgroups: comp.lang.c Subject: Re: In-line assembly with Turbo C Message-ID: <1991Jan16.200614.499@ux1.cso.uiuc.edu> Date: 16 Jan 91 20:06:14 GMT References: <11495@lanl.gov> Sender: news@ux1.cso.uiuc.edu (News) Organization: University of Illinois at Urbana Lines: 7 mcl9337@harpo.tamu.edu (LOWE, MARK CHRISTOPHER) writes: >What is the correct way to imbed assembly in Turbo C source? I know about >the "#pragma inline" statement, but no reference I have (including the Waite >Turbo C++ Bible!) says anything about the syntax for including the actual code! Check out the "asm" keyword.