           MODULE=nasm
         VERSION=0.98.34
          SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
   SOURCE_URL[0]=$SFORGE_URL/$MODULE/$SOURCE
        WEB_SITE=http://nasm.2y.net
         ENTERED=20010922
         UPDATED=20020625
           SHORT="nasm is an 80x86 assembler designed for portability and modularity."
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.
EOF
