Date: Tue, 21 Mar 2000 23:10:51 +0500 Message-Id: <200003211810.XAA00995@midpec.com> From: Prashant TR To: djgpp AT delorie DOT com In-reply-to: <38D751F7.2921BCF4@bologna.enea.it> (message from Rinaldo Guaraldi on Tue, 21 Mar 2000 11:41:59 +0100) Subject: Re: From INTEL to AT&T asm dos coverter References: <38D751F7 DOT 2921BCF4 AT bologna DOT enea DOT it> Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Rinaldo Guaraldi proclaimed: > Is there a Dos utlitity to convert an existing > I-386 assembler input > from intel sintax (as Borland, Microsoft sources) > to at&t sintax as used by Gnu GAS assembler ? I'm not sure if such a tool exists, but you can try NASM. Its syntax is much like how it is on Borland compilers. But GAS has many powerful features and learning it isn't very hard. The FAQ has some details about that.