Skip to main content

Assembly on Linux with NASM

Netwide Assembler

Practice Assembly on Linux with NASM - Netwide Assembler

Install NASM on Ubuntu

$ sudo apt install -y nasm

Check NASM version

$ nasm -v
NASM version 2.13.02