NASM-0.98.38

Introduction to NASM

NASM (Netwide Assembler) is an 80x86 assembler designed for portability and modularity. It includes a disassembler as well.

Package information

Installation of NASM

Install NASM by running the following commands:

./configure --prefix=/usr &&
make

Now, as the root user:

make install

Contents

Installed Programs: nasm and ndisasm
Installed Libraries: None
Installed Directories: None

Short Descriptions

nasm

is a portable 80x86 assembler.

ndisasm

is an 80x86 binary file disassembler.

Last updated on 2005-02-08 19:52:39 -0700