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.