![]() |
VOOZH | about |
Problem: Write an 8086 program to check whether a given string is palindrome or not.
Examples:
Input String: "abba" Output: String is palindrome Input String: "abbca" Output: String is not palindrome
Explanation:
Program:
Output:
String is palindrome
Note:
The program cannot be run on an online editor, please use MASM to run the program and use dos box to run MASM, you might use any 8086 emulator to run the program.