Begin3 Title: flat assembler (fasm) Version: 1.73.22 Entered-date: 2020-02-09 Modified-date: 2020-02-09.1 Description: fast but powerful 80x86 assembler Summary: The flat assembler (abbreviated to fasm) is a fast self-assembling assembler for DOS, Windows and Linux operating systems. It was designed primarily for the assembly of x86 instructions and it supports x86 and x86-64 instructions sets with MMX, 3DNow!, SSE up to SSE4, AVX, AVX2, XOP and AVX-512 extensions and can produce output in plain binary, MZ, PE, COFF or ELF format. It includes the powerful but easy to use macroinstruction support and does multiple passes to optimize the size of instruction codes. The flat assembler is self-hosting and the complete source code is included. Changes: Removed a trick from preprocessor's implementation that caused the x64 version to crash when replacing symbolic constant in a label. Keywords: assembler, asm, fasm Author: Tomasz Grysztar Maintained-by: Tomasz Grysztar Primary-site: http://flatassembler.net/ Original-site: http://fasm.sourceforge.net/ Platforms: DOS Copying-policy: Modified (2-Clause) BSD License Group: devel CRC: 1f8d4129 MD5: 558e63480d62077fd01430db43343445 SHA: ba6125972c18ab7153206605f3be4b8e0ff01ebae0d58cfa786f00d74d4e3d17 End