View Single Post
  #7 (permalink)  
Old 04-15-2007, 02:42 AM
v0id's Avatar   
v0id v0id is offline
Super Moderator
 
Join Date: Apr 2007
Location: Denmark
Posts: 2,453
Last Blog:
CherryPy(thon)
Rep Power: 27
v0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of light
Send a message via MSN to v0id
Default

Quote:
Originally Posted by R-G
Not bad, Jordan. I'm interested on some statements of you. What Assemblers do you people prefer out there.

Any comment is welcome.
I prefer the Netwide Assembler and the Flat Assembler. I'm not yet enough experienced with the Assembly Language to say why exactly I prefer one over another. They're just easy to use, and have a great syntax, imo.

FASM have a really great feature, it can output right into an executable file, in many different formats, from 16-bit to 64-bit, etc. It's because it loads directly from the system DLL's, and it then needs no linker.

NASM: The Netwide Assembler: NASM
FASM: flat assembler
Reply With Quote