Question: Write an 80times86 assembly program that reads a string of characters from memory and changes only the upper case letters to lower case and the
Write an 80times86 assembly program that reads a string of characters from memory and changes only the upper case letters to lower case and the lower case to upper case. All other characters remain the same. End when you get an asterisk. For example declare in the data segment Datav DB "aB$ Cat cap cap Zzt*" After executing your program the memory should contain Ab$ cAT cap cap zZT
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
