: : 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