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 &&
make install

Contents

The NASM package contains nasm and ndisasm programs.

Description

nasm

nasm is a portable 80x86 assembler.

ndisasm

ndisasm is an 80x86 binary file disassembler.