Public domain
My favorite assembler is nasm. 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