          MODULE=nasm
         VERSION=2.10
          SOURCE=$MODULE-$VERSION.tar.bz2
      SOURCE_URL=http://www.nasm.us/pub/nasm/releasebuilds/$VERSION
      SOURCE_VFY=sha1:acdcae5366230e2e19b2ad36f952df0232c80950
        WEB_SITE=http://nasm.sourceforge.net
         ENTERED=20010922
         UPDATED=20120319
           SHORT="The netwide assembler"

cat << EOF
NASM is an 80x86 assembler designed for portability and modularity. It supports
a range of object file formats including Linux a.out and ELF, COFF, Microsoft
16-bit OBJ and Win32. It will also output plain binary files. Its syntax is
designed to be simple and easy to understand, similar to Intel's but less
complex. It supports Pentium, P6, MMX, 3DNow! and SSE opcodes, and has macro
capability. It includes a disassembler as well. Now with full 64-bit
(x86-64/x64/AMD64/Intel 64) architecture and object file support.
EOF
