mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
9 lines
552 B
HTML
9 lines
552 B
HTML
The flat assembler is a fast and efficient self-assembling x86 assembler for DOS, Windows and Linux operating systems.
|
|
|
|
Currently it supports x86 and x86-64 instructions sets with MMX, 3DNow!, SSE up to SSE4, AVX, AVX2 and XOP extensions, 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 instruction codes for size.
|
|
|
|
The flat assembler is self-compilable and the complete source code is included.
|
|
|
|
Site: http://flatassembler.net
|