[Prev][Next][Index][Thread]

Re: Converting Masm or VC++ asm objs to use in linuz




> do you know of any script or tools that can convert
> the 80x86 asm to the GNU asm ? and where to get the tool?

Are you talking about raw assembly source code, or the actualy bits and
bytes? Is this plain old intel syntax? If so, then nasm is available on
linux. Gas, the gnu assembler, also supports intel syntax in more recent
versions. You might be able to use it straight out. Check out this page
for more info:


http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/Assembly-HOWTO.html

It describes the assemblers available on Linux, the syntax supported,
and has links to those programs, as well as a few others that just do
syntactical translation.

--Ian

References: