Date: Sat, 21 Jul 2001 20:54:08 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: sterten AT aol DOT com (Sterten) Message-Id: <2427-Sat21Jul2001205408+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: <20010721110225.08798.00000381@ng-fr1.aol.com> (sterten@aol.com) Subject: Re: assembly translation of a single C-command References: <7263-Sat21Jul2001170029+0300-eliz AT is DOT elta DOT co DOT il> <20010721110225 DOT 08798 DOT 00000381 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 15:02:25 GMT > > >Use the -S switch and then look into the *.S file created by the > >compiler. > > but how do I figure out, which assembly-code-sequence > corresponds to which C-command ? > > I would like to add to each line a neutral C-command which contains > its line-number and which appears in the assembly-translation Section 8.20 of the DJGPP FAQ list explains how to pull that trick.