Question: Write an 80x86 assembly program that reads a string of characters from memory and changes only the upper case letters to lower case and the
Write an 80x86 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 str1 DB "aB$ CatAMZzt*" After executing your program the memory should contain Ab$ CATAAzZT kn
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
