Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!rpi!joefritz From: joefritz@pawl.rpi.edu (Jochen M. Fritz) Newsgroups: comp.sys.ibm.pc.programmer Subject: Re: Turbo C Debugger Message-ID: Date: 9 Apr 90 15:24:38 GMT References: <1291@trlluna.trl.oz> Distribution: comp Organization: Rensselaer Polytechnic Institute, Troy NY Lines: 24 In article <1291@trlluna.trl.oz> simon@shiva.trl.oz (Simon Michnowicz - A Free Spirit) writes: > >This question refers to the Disassembler in TurboC's >Stand-alone debugger. > >It has a really nice feature, namely printing a line >of C code, and the assembly instructions that are >equivalent to it. > >This is really useful to me, and I would like to >get the WHOLE file done like that. However there This feature is included in the TCC compiler (Command line only). Just type tcc -s file.c. You will get a .asm file, that you can use to your heart's content. I hope this works. ------------------------------------------------------------------------ | Jochen Fritz | For though we live in the world, we do not | | joefritz@pawl.rpi.edu | wage war as the world does.-- 2 Cor. 10:3 | | usergk2s@rpitsmts.bitnet| You have heard it said, Love your neighbor | | Noah [the peace monger] | and hate your enemy. But I tell you: Love | | | your enemies. Matt. 5:43-44 | ------------------------------------------------------------------------