kodingwindow@kw:~$ nasm -felf64 kw.asm kodingwindow@kw:~$ ld kw.o && ./a.out
———————————————————————————————————————————
ALP to check string is palindrome or not
———————————————————————————————————————————
Enter the string LOL
Entered string is palindrome
———————————————————————————————————————————
kodingwindow@kw:~$ ld kw.o && ./a.out
———————————————————————————————————————————
ALP to check string is palindrome or not
———————————————————————————————————————————
Enter the string LOYAL
Entered string is not palindrome
———————————————————————————————————————————
kodingwindow@kw:~$
Dear User, Thank you for visitng KodingWindow. If you are interested in technical articles, latest technologies, and our journey further, please follow us on LinkedIn.