Stuck? Need help? Ask questions on our forums.

x86 Assembly

Moderators: None (Apply to moderate this forum)
Number of threads: 4481
Number of posts: 15812

This Forum Only
Post New Thread

Report
What's the best Assembler compiler?? Posted by Juan_jose. on 2 Oct 2006 at 7:32 PM
Hello

i'm just learning this wonderful programming language, and i want to know what is the best Assembler Compiler i can get.

Bye!
Report
Re: What's the best Assembler compiler?? Posted by anthrax11 on 3 Oct 2006 at 5:58 AM
: Hello
:
: i'm just learning this wonderful programming language, and i want to know what is the best Assembler Compiler i can get.
:
: Bye!
:

FASM is the way to go:
http://flatassembler.net/

Btw, technically an assembler is for processing assembly code and a compiler is for processing high(er)-level code(C/C++, Delphi, VB etc.).

Have fun!
Report
Re: What's the best Assembler compiler?? Posted by IDK on 3 Oct 2006 at 10:41 AM
: : Hello
: :
: : i'm just learning this wonderful programming language, and i want to know what is the best Assembler Compiler i can get.
: :
: : Bye!
: :
:
: FASM is the way to go:
: http://flatassembler.net/
:
: Btw, technically an assembler is for processing assembly code and a compiler is for processing high(er)-level code(C/C++, Delphi, VB etc.).
:

But technically it's compiling the source code, and thus it should be a compiler. WTF

Report
Re: What's the best Assembler compiler?? Posted by anthrax11 on 4 Oct 2006 at 5:09 AM
: :
: : Btw, technically an assembler is for processing assembly code and a compiler is for processing high(er)-level code(C/C++, Delphi, VB etc.).
: :
:
: But technically it's compiling the source code, and thus it should be a compiler. WTF
:
:
Yep, an assembler is indeed a primitive compiler, but I believe it`s best to refer to asm compilers as assemblers for better distinction at least.
Report
Re: What's the best Assembler compiler?? Posted by Juan_jose. on 4 Oct 2006 at 5:32 AM
: : :
: : : Btw, technically an assembler is for processing assembly code and a compiler is for processing high(er)-level code(C/C++, Delphi, VB etc.).
: : :
: :
: : But technically it's compiling the source code, and thus it should be a compiler. WTF
: :
: :
: Yep, an assembler is indeed a primitive compiler, but I believe it`s best to refer to asm compilers as assemblers for better distinction at least.
:
Well FASM seems to be a good assembler.

If someone knows some other, make me know! :)

(hey people sorry if my english is wrong, it's not my native language)
Report
Re: What's the best Assembler compiler?? Posted by anthrax11 on 4 Oct 2006 at 6:01 AM
: :
: Well FASM seems to be a good assembler.
:
: If someone knows some other, make me know! :)
:
There are: Nasm, Tasm, GoAsm, Masm, Gasm and maybe some others. You can look them up from Google.
Frankly, I`d say Fasm is the best pick, but it`s up to you..



: (hey people sorry if my english is wrong, it's not my native language)
:
So far, Your english is just fine
Report
Re: What's the best Assembler compiler?? Posted by AsmGuru62 on 4 Oct 2006 at 7:35 PM
: : :
: : Well FASM seems to be a good assembler.
: :
: : If someone knows some other, make me know! :)
: :
: There are: Nasm, Tasm, GoAsm, Masm, Gasm and maybe some others. You can look them up from Google.
: Frankly, I`d say Fasm is the best pick, but it`s up to you..

:
:
: : (hey people sorry if my english is wrong, it's not my native language)
: :
: So far, Your english is just fine
:
FASM is indeed the king!
Also, I am writing some cool tools for FASM.

Report
Re: What's the best Assembler compiler?? Posted by Evenbit on 13 Oct 2006 at 7:12 PM
: Hello
:
: i'm just learning this wonderful programming language, and i want to know what is the best Assembler Compiler i can get.
:
: Bye!
:

There is a nice list of them here:
http://en.wikipedia.org/wiki/List_of_assemblers

and a nice discussion about them here:
http://en.wikipedia.org/wiki/Assembly_language#Assembler


ASSEMBLY LANGUAGE information, tools, forums, and other links available at:
http://www.faqs.org/faqs/by-newsgroup/comp/comp.lang.asm.x86.html




 
Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2010 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
bootstrapLabs Logo A BootstrapLabs project.