[PLUG] translator from MASM to a linux-compatable assembler?

M. Edward (Ed) Borasky znmeb at cesmail.net
Sun Jul 15 17:19:59 UTC 2007


Keith Lofstrom wrote:
> The Windoze app I am working on open sourcing works fine under WINE.
> Hooray, no Windoze!  Except ...
> 
> The source includes about 13000 lines (in 19 files) of Micro$oft
> MASM assembly code, for speedup and optimization (no, I don't want
> to replace the functions with C code right now).  That assembly
> format is not compatable with the Linux assemblers nasm and as and
> gas.  Is there a Linux-native assembler that can read MASM format
> (perhaps simplified), or a translator that can re-render the MASM
> files as nasm/as/gas input?
> 
> Keith
> 

I think so, but I don't remember what it is at the moment. There might
be a link to it at http://www.agner.org/optimize/.



More information about the PLUG mailing list