Question: Objective Become familiar with string manipulation in assembly language and use DOS interrupts for input and output. Lab Task Write an assembly program that checks
Objective
Become familiar with string manipulation in assembly language and use DOS
interrupts for input and output.
Lab Task
Write an assembly program that checks if a given string is a palindrome. The
program should take user input for the string using DOS interrupts and display
the result using DOS interrupts.
Example Output
Enter a string: radar
This is a palindrome!
Enter a string: hello
This is not a palindrome!
Hints
Use DOS function Ah for input and function h for output.
Implement a palindromechecking algorithm by comparing characters from
both ends of the string.
Evaluation
You will be evaluated based on the correctness of your program and the logic
used for palindrome checking
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
