![]() |
|
[Assembly] MASM, NASM or FASM ??? - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Coding (https://sinister.li/Forum-Coding) +--- Forum: Assembly (https://sinister.li/Forum-Assembly) +--- Thread: [Assembly] MASM, NASM or FASM ??? (/Thread-Assembly-MASM-NASM-or-FASM) |
[Assembly] MASM, NASM or FASM ??? - upsurt - 01-09-2014 what do you think is the best choice nowadays, working with x32 and x64 systems? I know MASM is not that portable as NASM and FASM are. RE: [Assembly] MASM, NASM or FASM ??? - Deque - 01-09-2014 I have only tried NASM so far and have no idea about the others assemblers. But maybe this helps: https://stackoverflow.com/questions/10179933/asm-masm-nasm-fasm It's the same question but with different requirements. RE: [Assembly] MASM, NASM or FASM ??? - upsurt - 01-09-2014 I've used MASM before. But didn't do ASM for some time. So I don't if I should use again MASM oder maybe NASM/FASM. It looks like I've to try them all to compare them by my self. |