This guide will walk you through installing and setting up the Netwide Assembler (NASM) on a Linux system.
Before installing, you may want to check if NASM is already installed on your system. Open a terminal and run the following command:
nasm -v
sudo apt update
sudo apt install nasm
nasm -v
sudo apt install gdb