          MODULE=nasm
         VERSION=3.01
          SOURCE=$MODULE-$VERSION.tar.xz
      SOURCE_URL=http://www.nasm.us/pub/nasm/releasebuilds/$VERSION/
      SOURCE_VFY=sha256:b7324cbe86e767b65f26f467ed8b12ad80e124e3ccb89076855c98e43a9eddd4
        WEB_SITE=http://nasm.sourceforge.net/
         ENTERED=20010922
         UPDATED=20251013
           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
