diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2007-02-22 11:15:01 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2007-02-22 11:15:01 +0000 |
commit | 6bd3475de6ba5e02135fa14236d00f8e42f8de11 (patch) | |
tree | 08831165b131e1ce78973af771b40c767fbe3bb8 /lang/fasm/pkg-descr | |
parent | a7735492bf407ae1ee58806b1da2db45995824fa (diff) | |
download | ports-6bd3475de6ba5e02135fa14236d00f8e42f8de11.tar.gz ports-6bd3475de6ba5e02135fa14236d00f8e42f8de11.zip |
Notes
Diffstat (limited to 'lang/fasm/pkg-descr')
-rw-r--r-- | lang/fasm/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/fasm/pkg-descr b/lang/fasm/pkg-descr new file mode 100644 index 000000000000..02db39548b9a --- /dev/null +++ b/lang/fasm/pkg-descr @@ -0,0 +1,10 @@ +The flat assembler is a fast and efficient self-assembling 80x86 +assembler for DOS, Windows and Linux operating systems. Currently it +supports all 8086-80486/Pentium instructions with MMX, SSE, SSE2, SSE3 +and 3DNow! extensions and x86-64 (both AMD64 and EM64T) instructions, +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. The flat assembler +is self-compilable and the full source code is included. + +WWW: http://flatassembler.net/ |