[comp.lang.c] Question on Turbo C

ccastdf@prism.gatech.EDU (Dave) (11/13/90)

	Is there any way to get Turbo C to compile to assembly?

Dave
-- 
David Frascone 
Georgia Institute of Technology, Atlanta Georgia, 30332
uucp:	  ...!{decvax,hplabs,ncar,purdue,rutgers}!gatech!prism!ccastdf
Internet: ccastdf@prism.gatech.edu

stanley@phoenix.com (John Stanley) (11/14/90)

ccastdf@prism.gatech.EDU (Dave) writes:

> 
> 	Is there any way to get Turbo C to compile to assembly?

   The -S option to tcc will generate assembly output. It is not possible
to generate assembly while running the total programming environment.





<> "Aneth!  That's a charming place!" "You've been to Aneth?" 
<> "Yes, but not yet." -- The Doctor and Seth, "The Horns of Nimon".
><
<> "Sanity check!" "Sorry, we can't accept it, it's from out of state." - me

sab@engr.uark.edu (Steven A. Breuer) (11/16/90)

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