ALP to print the ASCII hex to hexadecimal number (32-bit)
kw.asm
Output
kodingwindow@kw:~$ nasm -felf64 kw.asm
kodingwindow@kw:~$ ld kw.o && ./a.out ——————————————————————————————————————————— ALP for the ASCII hex to hexadecimal number ——————————————————————————————————————————— 0123456789ABCDEF ——————————————————————————————————————————— kodingwindow@kw:~$
What Next?
ALP to print the given alphanumeric characters (32-bit)
ALP to print the length of a given string (32-bit)
ALP to identify the Central Processing Unit (CPU) type (32-bit)
Advertisement