It is a simple code written in Assembly Language
to check whether the given string is Palindrome
or not.
-
Use these command in dosbox to
Compile
andRun
the code. Give the string as input to check whether it is palindrome or not:ml main.asm
main.exe