Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!zaphod.mps.ohio-state.edu!usc!jarthur!uunet!maverick.ksu.ksu.edu!uafhp!engr.uark.edu!sab From: sab@engr.uark.edu (Steven A. Breuer) Newsgroups: comp.lang.c Subject: Re: Question on Turbo C Summary: Turbo C compiler switch for assembly output. Keywords: C, Assembly Message-ID: <5541@uafhp.uark.edu> Date: 15 Nov 90 19:20:29 GMT References: <16916@hydra.gatech.EDU> Sender: netnews@uafhp.uark.edu Lines: 11 In article <16916@hydra.gatech.EDU>, ccastdf@prism.gatech.EDU (Dave) writes: > > Is there any way to get Turbo C to compile to assembly? > > Dave You can use the TCC -S compiler switch to generate assembly code. There is not an equivalent feature in the integrated environment. Steve Breuer sab@engr.uark.edu