Bona Fide OS Development
http://forums.osdever.net/

Can someone suggest ASM compiler?
http://forums.osdever.net/viewtopic.php?f=5&t=237
Page 1 of 1

Author:  likesogunfire [ Sun Mar 28, 2010 3:56 pm ]
Post subject:  Can someone suggest ASM compiler?

Can you please suggest ASM compiler, with whom I can compile x64 ASM codes and binary files. For training I just want to look at x64, but as far as I have seen, I've only came (found) across 16/32 bit compilers.

Thank you! :)

Author:  Kieran [ Mon Mar 29, 2010 6:47 am ]
Post subject:  Re: Can someone suggest ASM compiler?

Netwide Assembler (NASM) and YASM all support elf64, and an x86_64 gcc-ld port can link to target the 64 bit environment.

Author:  ctimko [ Wed Apr 21, 2010 10:14 am ]
Post subject:  Re: Can someone suggest ASM compiler?

NASM...totally. I use nothing else.

Author:  MTK358 [ Mon Apr 26, 2010 11:53 am ]
Post subject:  Re: Can someone suggest ASM compiler?

GNU as, of course, will work too.

Author:  smeezekitty [ Mon Apr 26, 2010 5:16 pm ]
Post subject:  Re: Can someone suggest ASM compiler?

nasm, it works for 16, 32 and icky 64 bit modes.

Author:  hektec [ Wed Sep 01, 2010 4:26 pm ]
Post subject:  Re: Can someone suggest ASM compiler?

GAS

Author:  brenden [ Sat Aug 20, 2011 4:47 pm ]
Post subject:  Re: Can someone suggest ASM compiler?

I use NASM when I do any assembly. It's a great tool and it uses a familiar ASM syntax. I HATE AT&T ASM syntax(GNU as aka GAS uses AT&T syntax).

Author:  Kieran [ Wed Nov 23, 2011 11:18 am ]
Post subject:  Re: Can someone suggest ASM compiler?

Doesn't GAS have a switch to use Intel Syntax Assembler?

Author:  James_Parsons [ Mon Jan 14, 2013 4:37 pm ]
Post subject:  Re: Can someone suggest ASM compiler?

I do suggest NASM, but if you don't use that, don't use FASM. FASM has been manipulated in so many ways with so many macros I have started to consider it "Wimpified" assembly. two examples: on most assemblers you decide what type of format you want when you "command-line" FASM lets you do this through your code. the other example is the good ol' windows messagebox. FASM "wimpifies" that with a macro :shock:

Author:  brenden [ Fri Feb 08, 2013 1:38 pm ]
Post subject:  Re: Can someone suggest ASM compiler?

James_Parsons wrote:
I do suggest NASM, but if you don't use that, don't use FASM. FASM has been manipulated in so many ways with so many macros I have started to consider it "Wimpified" assembly. two examples: on most assemblers you decide what type of format you want when you "command-line" FASM lets you do this through your code. the other example is the good ol' windows messagebox. FASM "wimpifies" that with a macro :shock:


lol that's funny. I would think NASM is going to be the most popular among OS devers.

Side note, aren't macros supposed to make us programmers more efficient by requiring less manual labor?

Page 1 of 1 All times are UTC - 6 hours [ DST ]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/