NASM - The Netwide Assembler

NASM Forum => Using NASM => Topic started by: nobody on May 26, 2005, 06:14:09 AM

Title: any tool can convert gas/as86 to nasm?
Post by: nobody on May 26, 2005, 06:14:09 AM
just too much asm under unix/linux
i like nasm
is there a way that i can unify them ot nasm?
Title: Re: any tool can convert gas/as86 to nasm?
Post by: Frank Kotler on May 27, 2005, 09:47:10 PM
Are you kidding? The problem with Linux is there isn't *enough* asm in it!

You can convert Gas to Nasm with "intel2gas" (works the other way around, too), or "a2i". Not sure about as86... How much as86 code have you got?

http://www.niksula.cs.hut.fi/~mtiihone/intel2gas/ (http://www.niksula.cs.hut.fi/~mtiihone/intel2gas/)

http://membres.lycos.fr/placr/a2i.html (http://membres.lycos.fr/placr/a2i.html)

Best,
Frank