diff options
author | skv <skv@FreeBSD.org> | 2007-02-22 19:15:01 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2007-02-22 19:15:01 +0800 |
commit | fa13ee32f252c9c3887a7d8a7be42c4e84bc384f (patch) | |
tree | 846b8a36004e9ff9487d0762f5104bd8d0f6a3de /lang/fasm/pkg-descr | |
parent | 0c4af8bb745b6ce85f7efe83cb0aeb5724e979e5 (diff) | |
download | freebsd-ports-gnome-fa13ee32f252c9c3887a7d8a7be42c4e84bc384f.tar.gz freebsd-ports-gnome-fa13ee32f252c9c3887a7d8a7be42c4e84bc384f.tar.zst freebsd-ports-gnome-fa13ee32f252c9c3887a7d8a7be42c4e84bc384f.zip |
Add fasm 1.67.21, flat, multiple-pass assembler for IA-32 & x86-64
architectures.
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/ |