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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!