flat assembler
Message board for the users of flat assembler.
Index
> Main > FASM or NASM |
Author |
|
Matrix 06 Nov 2005, 23:56
i whould recomend you reading fasm documentation and also i guess you have downloaded the users manual included with your fasm version
|
|||
06 Nov 2005, 23:56 |
|
halyavin 07 Nov 2005, 08:22
estrang
When I found NASM I was surprised. When I found FASM I was surprised even more. The general advantanges of FASM over NASM for me: *easy compilation - you don't need a dumn linker. *you can optimize your program better: FASM do several passes what allows remove unused procedures, optimize jmp instructions and etc. *more powerful macro syntax. *more intuitive reserve words in some cases. *good win32 examples. *smaller size. |
|||
07 Nov 2005, 08:22 |
|
RedGhost 07 Nov 2005, 10:01
i think the fasm compiler is faster (asm, not c), the compiled code is more optimal than nasm (it does more than one pass), you don't need alot of command line options its all in the source, and recently the macro system of fasm is much more powerful than nasm, but nasm macroinstructions are more c like, fasm also handles and declares strucs/structures better than nasm.. i use NASM and FASM, i would reccomend fasm over nasm
_________________ redghost.ca |
|||
07 Nov 2005, 10:01 |
|
vid 07 Nov 2005, 13:57
and is VERY alive unlike NASM, is internally less overbloated (only one developer) but you still can influence it (if you can convice tomasz ). and much more
|
|||
07 Nov 2005, 13:57 |
|
rugxulo 07 Nov 2005, 21:41
YASM is a pretty good NASM spinoff, and it is improving quite a bit in its recent snapshots. NASM still rules for some output formats (OBJ, RDF). Obviously FASM is quite nice. Who says there can be only one??
|
|||
07 Nov 2005, 21:41 |
|
vid 07 Nov 2005, 23:31
FASM is more minimalistic and compact, YASM seems to be bigger. depends on who likes which approach more. I like things as clear and simple as it can get, so i think FASM is better solution for me. But i don't know YASM very much, i've just read some texts on it's site.
|
|||
07 Nov 2005, 23:31 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.