How compatible is MASM with FASM?
Will MASM code compile ok under FASM?

Sincerely,

Paul Panks
dunric@yahoo.com
Posted on 2003-05-12 00:47:51 by Paul Panks
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.
Posted on 2003-05-12 01:02:39 by JCP