%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. &lfs72_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: tar -xf ../nasm-&NASM-version;-xdoc.tar.xz --strip-components=1 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 Directories nasm and ndisasm /usr/share/doc/nasm-&NASM-version; Short Descriptions nasm is a portable 80x86 assembler. nasm ndisasm is an 80x86 binary file disassembler. ndisasm