flat assembler
Message board for the users of flat assembler.

Index > Main > So, why FASM?

Author
Thread Post new topic Reply to topic
dreamer85



Joined: 24 Dec 2009
Posts: 3
dreamer85 24 Dec 2009, 11:13
Why did you choose it over nasm for example that has a huge community?
I'm totally new to asm..well.. kind of.. i know what registers and instructions are, i know what all the instructions do but dont know in what order to put them to make it do anything lol. I'm not new to programming in general.

I find it really hard to learn assembly yet its something I wish I knew, I cant seem to just drop it and give up like most people would, im way too curious :/ I know plenty of people who code in asm but i belong to no asm community I felt the need to sign up here and maybe get to know a few people.
Post 24 Dec 2009, 11:13
View user's profile Send private message Reply with quote
rCX



Joined: 29 Jul 2007
Posts: 172
Location: Maryland, USA
rCX 24 Dec 2009, 12:17
dreamer85 wrote:
Why did you choose it over nasm for example that has a huge community?


Nasm may have far more users, but it has less of a sense of community. I converted to fasm from nasm, during a time when nasm development had waned and its future was uncertain. (nasm development is now active again). Since fasm's syntax (except macro's) is similar to nasm's I was able to convert thousands of lines to it one sitting. Like nasm it is open-source runs on many platforms (at least the ones i'm interested in Razz). But unlike nasm, it is actually written in asm. My suggestion is that you try several assemblers before commiting to one.
Post 24 Dec 2009, 12:17
View user's profile Send private message Reply with quote
Teehee



Joined: 05 Aug 2009
Posts: 570
Location: Brazil
Teehee 24 Dec 2009, 12:21
I choose it by syntax. it's simplest to me.

_________________
Sorry if bad english.
Post 24 Dec 2009, 12:21
View user's profile Send private message Reply with quote
windwakr



Joined: 30 Jun 2004
Posts: 827
windwakr 24 Dec 2009, 18:58
FASM was the simplest for me to pick up and use. Everything needed to make the porgram is contained in the ASM file. No need for command line options or linkers. I also love the community.
Post 24 Dec 2009, 18:58
View user's profile Send private message Reply with quote
LocoDelAssembly
Your code has a bug


Joined: 06 May 2005
Posts: 4624
Location: Argentina
LocoDelAssembly 24 Dec 2009, 19:01
The no-linker part was just enough for me to start using it (although I waited for the includes to evolve a bit before starting to use it actively)
Post 24 Dec 2009, 19:01
View user's profile Send private message Reply with quote
baldr



Joined: 19 Mar 2008
Posts: 1651
baldr 24 Dec 2009, 19:17
It's an assembler (i.e. program to assemble parts into something whole under control of my perverted directions, not just another compiler from source). I regularly use it to create/parse/modify files of various formats (bitmap fonts, for example).
Post 24 Dec 2009, 19:17
View user's profile Send private message Reply with quote
Borsuc



Joined: 29 Dec 2005
Posts: 2465
Location: Bucharest, Romania
Borsuc 25 Dec 2009, 01:29
Because it doesn't need a linker, because the macro and assembly-directives are one of the most powerful I've ever seen in an assembler (you can even build a custom executable format with it easily) and because it's simple to compile.
Post 25 Dec 2009, 01:29
View user's profile Send private message Reply with quote
Azu



Joined: 16 Dec 2008
Posts: 1159
Azu 25 Dec 2009, 11:22
It's the first and only one I've used, and from what I've heard about the others I wouldn't like them nearly as much (due to reasons already stated by other people above).

One of the things I hate about HLLs is how much of a pain it is to get something to compile. I like having something that just compiles what I put into it without any weird flags or extra steps or anything.

_________________
Post 25 Dec 2009, 11:22
View user's profile Send private message Send e-mail AIM Address Yahoo Messenger MSN Messenger ICQ Number Reply with quote
DOS386



Joined: 08 Dec 2006
Posts: 1905
DOS386 25 Dec 2009, 13:01
dreamer85 wrote:
why FASM?


Already asked 1'000'000'000 times:

- Syntax
- DOS support with IDE
- Selfcompilable
- Easy to use
- Small bloat
- Community / forum / Author accessibility
- Lincense
Post 25 Dec 2009, 13:01
View user's profile Send private message Reply with quote
Madis731



Joined: 25 Sep 2003
Posts: 2139
Location: Estonia
Madis731 26 Dec 2009, 18:32
You may have questions about the usability of some, but:
"Our users have posted a total of 99828 articles"

...and counting
Post 26 Dec 2009, 18:32
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger Reply with quote
Artlav



Joined: 23 Dec 2004
Posts: 188
Location: Moscow, Russia
Artlav 26 Dec 2009, 20:08
Why not?
Post 26 Dec 2009, 20:08
View user's profile Send private message Visit poster's website Reply with quote
Fanael



Joined: 03 Jul 2009
Posts: 168
Fanael 26 Dec 2009, 20:24
baldr wrote:
It's an assembler (i.e. program to assemble parts into something whole under control of my perverted directions, not just another compiler from source).
Second that. Is there any other assembler with capabilities that allow such things?
Post 26 Dec 2009, 20:24
View user's profile Send private message Reply with quote
bitRAKE



Joined: 21 Jul 2003
Posts: 4153
Location: vpcmpistri
bitRAKE 27 Dec 2009, 09:04
It just feels good - in a wicked power hungry kind of way. Razz
Post 27 Dec 2009, 09:04
View user's profile Send private message Visit poster's website Reply with quote
iic2



Joined: 26 Jun 2008
Posts: 122
iic2 29 Dec 2009, 08:34
So, why FASM?
Why did you choose it over nasm for example that has a huge community?


Just because these guys said-so. They don't need a gang to be the most popular on the block like (Ms-C#, C++ or Java). They don't even care. That's what blew me away. I now know there are things no assembler can do unless done in FASM, but I don't know about NASM and I have no time for it when FASM done completed 99.9999 of all I needed, with-out giving me lip for something that can be done when others say "CAN-NOT DO". No debugger, no linker, no nothing but what I been taught through this forum, including the asmcommunity and masm32. I now translate all to Fasm code to go beyond the speed of light, with no flaws.

Give it your ALL until spring and see for yourself. Nobody/not many, hit FASM first, so you must be pretty tough anyway.
Post 29 Dec 2009, 08:34
View user's profile Send private message Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.