Question: using emu8086 SYST26671 Programming Exercise 1. Write an Assembler Program using the Emu8086 that will input a string of upper case letters from the keyboard,

using emu8086
SYST26671 Programming Exercise 1. Write an Assembler Program using the Emu8086 that will input a string of upper case letters from the keyboard, store the string in memory, and then display the equivalent lower case letters. (Example: inputting ABC, outputting abc) 2. Modify your program above so the input string can contain a combination of both upper and lower case letters and the output will be the string in reverse case. (Example: inputting AbCD, outputting aBcd)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
