Date: Wed, 3 Jan 1996 08:42:37 +0200 (IST) From: Eli Zaretskii To: Simon Barratt Cc: djgpp AT delorie DOT com Subject: Re: Convertor for Code. On Mon, 1 Jan 1996, Simon Barratt wrote: > I have been told that the order of Assembly statements is different in > DJGPP to normal Assembly. What I am trying to do is convert my code > from my old Turbo C++ 3.0 library to DJGPP because it is so cool!! Did you read section 17.1 of the DJGPP FAQ list (available as faq102.zip from the same place you get DJGPP)? It explains the syntax differences between AT&T and Intel assemblers and points you to further docs on this. A `Sed' script which should do most of the conversion was posted to the DJGPP newsgroup a few months ago. You can find it in the DJGPP archives, at this URL: http://www.delorie.com/djgpp/mail-archives/djgpp/1995/06/06/05:48:34 You can also search for related correspondence (or anything that's been said on DJGPP newsgroup/mailing list) using keywords, at this URL: http://www.delorie.com/djgpp/mail-archives/djgpp/ (that's how I found the above Sed script).