NASM - The Netwide Assembler

NASM Forum => Programming with NASM => Topic started by: MAHESHDEEVELA on March 02, 2016, 07:14:07 AM

Title: can i execute masm programs on nasm
Post by: MAHESHDEEVELA on March 02, 2016, 07:14:07 AM
hi can i execute masm programs on nasm
Title: Re: can i execute masm programs on nasm
Post by: Frank Kotler on March 02, 2016, 08:33:11 AM
If you mean "will Nasm assemble a program written to be assembled with Masm?",  the answer is "no", generally. Such a program might be translated to assemble with Nasm - somewhat tedious. I'm not sure how you'd "execute" a Masm program on Nasm.

Welcome to the Forum!

Best,
Frank