Package: nasm Version: 2.09.10 Revision: 1 Description: Netwide Assembler for x86 License: BSD Maintainer: Daniel Johnson Homepage: http://www.nasm.us/ DescDetail: << The Netwide Assembler, NASM, is an 80x86 and x86-64 assembler designed for portability and modularity. It supports a range of object file formats, including Linux and *BSD a.out, ELF, COFF, Mach-O, Microsoft 16-bit OBJ, Win32 and Win64. It will also output plain binary files. Its syntax is designed to be simple and easy to understand, similar to Intel's but less complex. It supports all currently known x86 architectural extensions, and has strong support for macros. This version fully supports i386 and x86_64 code generation. The version included with Xcode only does i386. << Source: http://www.nasm.us/pub/nasm/releasebuilds/%v/%n-%v.tar.bz2 Source-MD5: 15c79dcb5838870a0fac15feb5fade66 Source2: http://www.nasm.us/pub/nasm/releasebuilds/%v/%n-%v-xdoc.tar.bz2 Source2-MD5: da50fc7a213be79bfe91ce84b00d4db1 NoSetCPPFLAGS: true NoSetLDFLAGS: true CompileScript: << ./configure %c make everything docdir='${datarootdir}/doc/%n' << InfoTest: TestScript: make test || exit 2 InstallScript: make install_everything docdir='${datarootdir}/doc/%n' INSTALLROOT=%d DocFiles: AUTHORS ChangeLog CHANGES LICENSE README TODO rdoff/README:README.rdoff InfoDocs: nasm.info