hi,
I wondered which assembler is the best?
which assembler
- mustafa121
- Posts: 8
- Joined: Sat Apr 11, 2009 5:56 am
- Location: ankara, turkey
- Contact:
Re: which assembler
Depends on your taste, if you prefer AT&T syntax, go for GAS, otherwise I would recommend, in order: FASM (this one was specially designed with OS devel in mind, and is self compilable, so it's a huge plus), NASM, YASM.
Re: which assembler
I like Fasm because its syntax makes more sense to me. But it all depends on what you like, I suggest looking around and comparing there syntax to see witch one you are more confertible with using
My hero, is Mel.
- gravaera
- Member
- Posts: 737
- Joined: Tue Jun 02, 2009 4:35 pm
- Location: Supporting the cause: Use \tabs to indent code. NOT \x20 spaces.
Re: which assembler
I blend NASM and GAS. Mostly because I never bothered to actually learn the syntax of any one assembler, and I know considerable chunks from both, so what I don't know in one, I most likely know in the other. It's like a buffet table for me.
17:56 < sortie> Paging is called paging because you need to draw it on pages in your notebook to succeed at it.