X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.58.107.198 with SMTP id he6mr873252veb.2.1391616663266; Wed, 05 Feb 2014 08:11:03 -0800 (PST) X-Received: by 10.182.231.170 with SMTP id th10mr19691obc.0.1391616663133; Wed, 05 Feb 2014 08:11:03 -0800 (PST) Newsgroups: comp.os.msdos.djgpp Date: Wed, 5 Feb 2014 08:11:02 -0800 (PST) In-Reply-To: <01bc6e97$86695ba0$1a60989e@rpgfan.demon.co.uk> Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=217.91.63.120; posting-account=v5xbdQoAAAAOGc9Ccc-kLZyobvPlN3Qr NNTP-Posting-Host: 217.91.63.120 References: <01bc6e97$86695ba0$1a60989e AT rpgfan DOT demon DOT co DOT uk> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: GAS (.S) to .ASM Converter: Is there one? From: Georg Potthast Injection-Date: Wed, 05 Feb 2014 16:11:03 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 1798 Lines: 12 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp 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 Am Sonntag, 1. Juni 1997 09:00:00 UTC+2 schrieb Lo DOT DOT DOT AT RPGFan DOT demon DOT co DOT uk: > Does anybody know where I could find a program that could convert GNU > Assembler (GAS) Source files (i.e. with the % characters and the arguments > swapped around) to normal intel-format code? > > I've got all these .s files and I dont' really want to convert them by hand > so if there's a converter that would do it for me that would be nice. > > Please help! > -- > Locke Gas has a switch to use it in Intel/MASM mode instead of the default mode. I do not know the name of the switch/command out of my head, but it is documented in the manual.