Installing NASM on linux#

Arch like systems#

sudo pacman -S nasm

Ubuntu systems#

sudo apt install -y nasm

Learning#

Basics: Learn about NASM in About NASM & x86-64