Question: Assembly language programming 3. Write a program that will read a sentence stored in memory and count the number of vowels in that sentence. The
Assembly language programming3. Write a program that will read a sentence stored in memory and count the number of vowels in that sentence. The sentence ends with 0. The result of the number of vowels should be stored at RAM memory location 30H. 4. Design a device that will work as a simple calculator. Your calculator will perform addition, subtraction, multiplication, and division. The numbers are read from port 1 and 2 as numbers, and the operation will be chosen from port 3. The answer is displayed to port 0. Use functions. A program without comments and clear statement of assumptions will earn zero. Use edsim
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
