Install NASM on Linux Machine

preview_player
Показать описание
NASM [Netwide Assembler] on Linux Machine (Ubuntu 16.04 LTS)

In case NASM is not available, try this :
$ sudo apt-get update
$ sudo apt-get install nasm

Need help after installing NASM? Try this :
$ nasm -h
Рекомендации по теме
Комментарии
Автор

Thanks! Should of tried apt-get first i guess.

LukeSequ
Автор

useful tutorial, i have one question. Once you install the nasm how can you write the assembly code in a text editor?

Librax