NASM vs. FASM

Programming, for all ages and all languages.
Post Reply
chris

NASM vs. FASM

Post by chris »

Would anybody be able to give me a quick bit of info on their differences, etc? Thanks.
skjgb

Re:NASM vs. FASM

Post by skjgb »

ee, the one has an f, while the other one a nee
Therx

Re:NASM vs. FASM

Post by Therx »

Haven't used FASM but I know its smaller and easy to port but I think NASM probally has a better preprocessor etc.

Pete
User avatar
bubach
Member
Member
Posts: 1223
Joined: Sat Oct 23, 2004 11:00 pm
Location: Sweden
Contact:

Re:NASM vs. FASM

Post by bubach »

fasm is very similair to nasm but it can compile itself and is not written in C.
and if you ever need a assembler to your(?) OS it?s easy to port fasm..
the diffrens between it is not that huge.. i heard that ashley4 (spelling?) ported his os to fasm with only three changed lines..

/ Christoffer
"Simplicity is the ultimate sophistication."
http://bos.asmhackers.net/ - GitHub
Adek336

Re:NASM vs. FASM

Post by Adek336 »

(..)and is not written in C.
well that's quite a disadvantage. Main goals of an assembler should be stability and being free from bugs. It is much simpler to write complex projects in C than in assembler, it takes less time and is less bug-prone. That being said, having to choose from two unknown assemblers one written in C and the other in asm I would definitely choose the C one.

Cheers
aidv

Re:NASM vs. FASM

Post by aidv »

why arent there any assemblers written in lisp ?!
Schol-R-LEA

Re:NASM vs. FASM

Post by Schol-R-LEA »

Hold your horses, CodePoet. I can only do so many things at once. 8)
Post Reply