           SPELL=fasm
         VERSION=1.73.32
          SOURCE=$SPELL-$VERSION.tgz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://flatassembler.net/$SOURCE
     SOURCE_HASH=sha512:862d3bd0009147e3b401fee1c034718eda0c24cd6bb0014cd3da3501071571b56ada2d479a4dd5a7c6a94482bf78ab16678f12e994da3ec0a1dea889b3f34f58
        WEB_SITE=http://flatassembler.net/
# Watch: https://flatassembler.net/download.php
         ENTERED=20050207
      LICENSE[0]=license.txt
            DOCS="*.txt"
        DOC_DIRS="examples"
           SHORT="Fast and efficient self-assembling 80x86 assembler"
cat << EOF
FASM is a fast and efficient self-assembling 80x86 assembler.

Currently it supports all 8086-80486/Pentium instructions with MMX, SSE,
SSE2, SSE3 and 3DNow! extensions and x86-64 (AMD64 and EM64T).

It can produce output in binary, MZ, PE, COFF or ELF format.

It includes the powerful but easy to use macroinstruction support and does
multiple passes to optimize the instruction codes for size.
EOF
