How compatible is MASM with FASM?
Will MASM code compile ok under FASM?
Sincerely,
Paul Panks
dunric@yahoo.com
Will MASM code compile ok under FASM?
Sincerely,
Paul Panks
dunric@yahoo.com
The body of the asm code (ie, instructions) will probably compile ok, with some differences (MASM is a permitive assembler) but the compiler keywords syntax are not the same but if you copy past your assembly code with some changes, it should compile ok.