Begin3 Title: flat assembler (fasm) Version: 1.73.20 Entered-date: 2019-11-30 Modified-date: 2019-12-01.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: Fixed a bug in "cmpxchg" and "xadd" introduced by previous version. 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 MD5: f8a4ce2ab89ab3620cf28a262211d0c6 SHA: f36a7c5e712e140530857d7e6dc984cff9715072759e654d169e93e231a26cef End