NASM - The Netwide Assembler

NASM Forum => Using NASM => Topic started by: nobody on August 14, 2007, 05:32:59 AM

Title: NASM to MASM Converter ?
Post by: nobody on August 14, 2007, 05:32:59 AM
Hi

Is there any NASM to MASM converter available for Windows 64-bit ?

thanx
Title: Re: NASM to MASM Converter ?
Post by: nobody on August 15, 2007, 04:44:03 AM
I don't think so. Few people want to convert code *to* Masm. Have you got 64-bit Nasm code to convert???

Best,
Frank
Title: Re: NASM to MASM Converter ?
Post by: nobody on August 16, 2007, 05:44:09 AM
Hi

Sorry for the confusion :(
As I'm a novice to assembly, I may make some mistake.

As I know, NASM,YASM,MASM,etc ... all are assemblers (synonym to compilers) who convert the assembly codes to native binary code and they need a specific assembly coding format for their own.

And I've a piece of NASM compatible (Intel syntax) assembly code written for AMD64 arch. I want to convert the code to MASM compatible format, so that I can make use of ml64.exe (64-bit MS MASM), for my Windows 64-bit. For this I'm looking for a converter.