when i use nasm.exe in cmd and choose the filepath to my asm file it will generate a new file. Just like this in cmd; nasm.exe mynasmsource.asm. this will geneate a new file.
now i want do the same with masm32. i got the same source but this time written in masm, now i need that new file like what nasm.exe generated.
how?