How to install NASM on Ubuntu
kodingwindow@kw:~$ su Password: root@kw:/home/kodingwindow# apt install nasm ... Preparing to unpack .../nasm_2.16.01-1_amd64.deb ... Unpacking nasm (2.16.01-1) ... Setting up nasm (2.16.01-1) ... Processing triggers for man-db (2.11.2-1) ... root@kw:/home/kodingwindow# nasm --version NASM version 2.16.01
32-bit Assembly Programming
ALP to print Hello World (32-bit)ALP to print Hello World using times directive (32-bit)ALP to print the stars using macro (32-bit)ALP to print the stars using times directive (32-bit)
Show More »
64-bit Assembly Programming
ALP to print Hello World without using macro (64-bit)ALP to print Hello World using macro (64-bit)ALP to print the given string using macro (64-bit)ALP to print the length of a given string (64-bit)
Show More »
Advertisement