Date: Tue, 13 Feb 1996 11:16:52 +0000 (GMT) From: "D. Hibbs" To: Robert Gorichanaz cc: djgpp AT delorie DOT com Subject: Re: Help: Converting TASM to AT&T GAS Message-ID: MIME-Version: 1.0 On 9 Feb 1996, Robert Gorichanaz wrote: > 'ello > > I have some assembly code written for Borland's TASM in IDEAL mode and > I need some pointers in converting it over to DJGPP/GNU assembly. > > If anyone has any pointers/FAQ's/converters/WWW-links/etc please post > them or e-mail them. > > What would be grand, I guess, is a couple of functions written in > both dialects of assembly so that I can see the differences in > syntax. > > > Any help you can provide would be great!! > > -=bob=- > I have converted edebug32 to produce AT&T syntax by modifying debug.c and assmbl.c. If you write some code and compile it and run it through both versions of edebug32 you will see the differences between the syntaxes (or should that be syntices). email me pesonally if you want the file. Dominic