ALP to print Hello World using times directive (32-bit)
kw.asm
Output
kodingwindow@kw:~$ nasm -felf64 kw.asm
kodingwindow@kw:~$ ld kw.o && ./a.out Hello, World! Hello, World! Hello, World! Hello, World! Hellkodingwindow@kw:~$
What Next?
ALP to print the stars using macro (32-bit)
ALP to print the stars using times directive (32-bit)
ALP to print the ASCII hex to hexadecimal number (32-bit)
Advertisement