Question: Using Assembly language code 1. Write a program that take an Alphabet C C can be uppercase or 8 lowercase) as input and print all

Using Assembly language code
1. Write a program that take an Alphabet C C can be uppercase or 8 lowercase) as input and print all the character between C input character) to uppercase Z if C is uppercase or to lowercase z if C is lowercase. Input Output y Z Y Z NB: Implement the above problem inside Separate Procedure. 2. Write a program that takes an array of size 5 and a key. The program prints "Found" if the 7 key element is present on this array or if the element is not in the array then print "Not Found". Use Linear Search technique. NB: Implement the above problem inside Main Procedure
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
