How to install NASM in windows 10? How to install NASM in windows 10? windows windows

How to install NASM in windows 10?


NASM has installers for Windows available from its website under the "Downloads" tab

The latest stable Win64 build (as of 15Sep2019) is available here: https://www.nasm.us/pub/nasm/releasebuilds/2.14.02/win64/


An easy alternative for Windows 10 would be installing NASM with the winget Package Manager.

Run the Command Prompt as an Administrator and then:

Install NASM

winget install nasm -i

Add it to the Path

setx Path "%Path%;C:\Program Files\NASM\"

Restart the Command Prompt and verify

nasm --version

NASM version 2.15.05 compiled on Aug 28 2020