NASM (Netwide Assembler) is an 80x86 assembler designed for portability and modularity. It includes a disassembler as well.
This package is known to build and work properly using an LFS-10.0 platform.
Download (HTTP): http://www.nasm.us/pub/nasm/releasebuilds/2.15.03/nasm-2.15.03.tar.xz
Download MD5 sum: 917f45c0a1901332bd0db31dcca84b87
Download size: 964 KB
Estimated disk space required: 41 MB
Estimated build time: 0.2 SBU
Optional documentation: http://www.nasm.us/pub/nasm/releasebuilds/2.15.03/nasm-2.15.03-xdoc.tar.xz
asciidoc-9.0.2 and xmlto-0.0.28
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/nasm
If you downloaded the optional documentation, put it into the source tree:
tar -xf ../nasm-2.15.03-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-2.15.03/html && cp -v doc/html/*.html /usr/share/doc/nasm-2.15.03/html && cp -v doc/*.{txt,ps,pdf} /usr/share/doc/nasm-2.15.03
Last updated on 2020-08-16 21:26:53 -0700