Assembler - nasm ================ Public domain ******************************************************************************** My favorite assembler is [nasm](http://nasm.sf.net/). it has intel like syntax, its simple and of course it is free. snip from nasm manual: *The Netwide Assembler, NASM, is an 80x86 and x86-64 assembler designed for portability and modularity.* Installation progress in Slackware 12.0 : cd /usr/src wget http://dfn.dl.sourceforge.net/sourceforge/nasm/nasm-2.03.01.tar.gz tar zxf nasm-2.03.01.tar.gz cd nasm-2.03.01 ./configure make && make install ******************************************************************************** _BY: Pejman Moghadam_ _TAG: asm, assembler, nasm_ _DATE: 2008-08-03 10:32:34_