%general-entities; ]> $LastChangedBy$ $Date$ NASM-&NASM-version; NASM Introduction to NASM NASM (Netwide Assembler) is an 80x86 assembler designed for portability and modularity. It includes a disassembler as well. &lfs71_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &NASM-md5sum; Download size: &NASM-size; Estimated disk space required: &NASM-buildsize; Estimated build time: &NASM-time; Additional Downloads Optional documentation: User Notes: Installation of NASM If you downloaded the optional documentation, put it into the source tree: pushd .. && tar -xf nasm-&NASM-version;-xdoc.tar.bz2 && popd Install NASM by running the following commands: ./configure --prefix=/usr && make This package does not come with a test suite. Now, as the root user: make install If you downloaded the optional documentation, install it with the following instructions as the root user: install -m755 -d /usr/share/doc/nasm-&NASM-version;/html && cp -v doc/html/*.html /usr/share/doc/nasm-&NASM-version;/html && cp -v doc/*.{txt,ps,pdf} /usr/share/doc/nasm-&NASM-version; && cp -v doc/info/* /usr/share/info && pushd /usr/share/info && install-info nasm.info dir && popd Contents Installed Programs Installed Libraries Installed Directories nasm, ndisasm, ldrdf, rdf2bin, rdf2com, rdf2ihx, rdf2ith, rdf2srec, rdfdump, rdflib, and rdx None /usr/share/doc/nasm-&NASM-version; Short Descriptions nasm is a portable 80x86 assembler. nasm ndisasm is an 80x86 binary file disassembler. ndisasm ldrdf is an RDOFF linker. ldrdf rdf2bin converts an RDOFF object file to flat binary. rdf2bin rdfdump dumps the contents of an RDOFF file. rdfdump rdflib is an RDOFF librarian. rdflib rdx is used to load and execute an RDOFF module. rdx