Begin3 Title: flat assembler (fasm) Version: 1.73.16 Entered-date: 2019-08-04 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: Corrected a mistake in AVX-512 mask parsing that led to "{k0}" mask being erroneously accepted. 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 Modified-date: 2019-09-28.0 Group: devel CRC: 1517366d MD5: 12784fadef68b570d320f230038a42be SHA: 3a1d1cd5ec52ea920d999e6f88cc59f215442b451c56628d2514f19c09743bd0 End