Question: Write an assembly code that takes characters of input from user using keyboard and writes the result to variable on memory named indata. After getting
Write an assembly code that takes characters of input from user using keyboard and writes the result to variable on memory named indata. After getting all characters, your code should switch case of characters(lowercase to uppercase, uppercase to lowercase) and write the results to another variable in memory named outdata.
Example: Input: BriAnTAyLOr , Output: bRIaNtaYloR
Thank you.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
