From: sterten AT aol DOT com (Sterten) To: djgpp AT delorie DOT com Newsgroups: comp.os.msdos.djgpp Date: 21 Jul 2001 15:02:25 GMT References: <7263-Sat21Jul2001170029+0300-eliz AT is DOT elta DOT co DOT il> Organization: AOL http://www.aol.com Subject: Re: assembly translation of a single C-command Message-ID: <20010721110225.08798.00000381@ng-fr1.aol.com> Reply-To: djgpp AT delorie DOT com >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 is there such a C(++)-command ?