NASM (Netwide Assembler) is an 80x86 assembler designed for portability and modularity. It includes a disassembler as well.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://www.nasm.us/pub/nasm/releasebuilds/3.02/nasm-3.02.tar.xz
MD5 校验和:31ba022fff8de3065b5bc5ad5559188c
大小:1.5 MB
预计所需磁盘空间:72 MB
预计构建时间:0.2 SBU
Optional documentation: https://www.nasm.us/pub/nasm/releasebuilds/3.02/nasm-3.02-xdoc.tar.xz
If you downloaded the optional documentation, put it into the source tree:
tar -xf ../nasm-3.02-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-3.02/html &&
cp -v doc/html/*.html /usr/share/doc/nasm-3.02/html &&
cp -v doc/*.{txt,ps,pdf} /usr/share/doc/nasm-3.02