diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2010-05-21 18:32:47 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2010-05-21 18:32:47 +0000 |
commit | 370b2fa6aff022cc93366823d67d4fe2a7c07b39 (patch) | |
tree | e01977bebc442679e5d7428cf67d590e074a1421 /devel/nasm | |
parent | 40f8bcbdeecec2f19aa693d96ac198c553ca8a68 (diff) |
Notes
Diffstat (limited to 'devel/nasm')
-rw-r--r-- | devel/nasm/pkg-descr | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/devel/nasm/pkg-descr b/devel/nasm/pkg-descr index bd531215356c..a65126d2bcee 100644 --- a/devel/nasm/pkg-descr +++ b/devel/nasm/pkg-descr @@ -1,14 +1,13 @@ -The Netwide Assembler, NASM, is an x86 and x86-64 assembler -designed for portability and modularity. It will output flat-form -binary files, a.out (Linux and *BSD), COFF, ELF32, ELF64, Mach-O, -Microsoft OMF (OBJ), Win32, Win64, as86 (Minix/Linux bin86 v0.3), -LADsoft IEEE-695, Intel hex, Motorola S-record, and a home-grown -format called RDOFF. NASM syntax is similar to Intel's, but less -complex. It supports Pentium, P6, MMX. 3DNow!, SSE, SSE2, SSE3, -SSE4.1, SSE4.2, XOP/FMA4/CVT16 (rev 3.03), and x64 opcodes, among -others. It has strong support for macro conventions. +The Netwide Assembler (NASM) is an x86 and amd64 (x86-64) assembler designed +for portability and modularity. It will output flat-form binary files, a.out +(Linux and *BSD), COFF, ELF32, ELF64, Mach-O, Microsoft OMF (OBJ), Win32, +Win64, as86 (Minix/Linux bin86 v0.3), LADsoft IEEE-695, Intel hex, Motorola +S-record, and a home-grown format called RDOFF. NASM syntax is similar to +Intel's, but is less complex. It supports Pentium, P6, MMX, 3DNow!, SSE, +SSE2, SSE3, SSE4.1, SSE4.2, XOP/FMA4/CVT16 (rev 3.03), and x64 opcodes, among +others. It has strong support for macro conventions. -Also included is NDISASM, a binary-file disassembler -which uses the same instruction table as NASM. +The port also includes NDISASM, a binary file disassembler which uses the +same instruction set as NASM. WWW: http://www.nasm.us/ |