Date: Sun, 5 Aug 2001 13:28:40 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: assembly translation of a single C-command In-Reply-To: <20010805054914.26718.00002587@ng-fj1.aol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On 5 Aug 2001, Sterten wrote: > BTW. , is 2.03 the most recent version for DOS ? V2.03 is the version of the DJGPP library, not of GCC. The last version of GCC available for DOS is 2.95.3. > However, for that "assembly and C-code together" problem > I'm disappointed. With the -g switch I do get the C-code , > although not the included .h files , > but sometimes I have many C-lines (upto 500) followed by many > assembly lines (upto thousands). > It's still very difficult to figure out how a special C-line > is translated into assembly. Try -gstabs+ instead of -g, it might help.