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

Popular posts from this blog

GNU nano Text Editor

nano - Nano's ANOther editor, an enhanced free Pico clone

Powershell: head and tail command

Use head or tail to skim the first or last 5 lines.

Using Powershell to manage Hyper-V

Common powershell cmdlets to manage Hyper-V.