Question: please help me.. I want a solution method that differs from the solution published on the site please , please . Assembly Assignment SUB: Computer

please help me..
I want a solution method that differs from the solution published on the site please , please .
Assembly Assignment
SUB: Computer Organization
**Nots:
##The solution method should be on (small model )
Test your program carefully! Testing is an important part of any programming.
**** Submit your source code (.asm files) and snapshots of output screens of your tests.
Properly comment your code and try to use procedures...mark will be on code comments and modularity (procedures).
Thanks in advance
 please help me.. I want a solution method that differs from
Assembly assignment: Write an 8086 assembly program that prompts the user to enter a multi-word sentence (string) followed by Enter key. Your program should keep reading the string until the user hits the Enter key. You can assume that the string length does not exceed 255 characters. You should define an array of 10 bytes, and your program should store the first 10 vowel characters (a,e,i,o,u,y) in the string into the array in the same order as they appear in the string. If the vowels in the string are less than 10, then store them as they are. If they are more than 10, then store only the first 10. At the end, your program should display the user string in a line and the stored vowels in a new line in capital letters. Example: Please a string followed by Enter: computer and electrical engineering at birzeit university you entered: computer and electrical engineering at birzeit university contains: OUEAEEIAEI

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!