Date: Sat, 21 Jul 2001 17:00:30 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: sterten AT aol DOT com (Sterten) Message-Id: <7263-Sat21Jul2001170029+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: <20010721061234.08748.00000332@ng-fr1.aol.com> (sterten@aol.com) Subject: Re: assembly translation of a single C-command References: <20010721061234 DOT 08748 DOT 00000332 AT ng-fr1 DOT aol DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: sterten AT aol DOT com (Sterten) > Newsgroups: comp.os.msdos.djgpp > Date: 21 Jul 2001 10:12:34 GMT > > the FAQ says , that it's possible ... > (as far as I understood) > > I tried -S and -save-temp but I couldn't figure out , how a specific > C-command was translated into assembly. Use the -S switch and then look into the *.S file created by the compiler.