Question: 1. Write an ARM assembly language program CountVowelsTwo.s to count how many vowels and how many non-vowels are in the following string. Put the string
1. Write an ARM assembly language program CountVowelsTwo.s to count how many vowels and how many non-vowels are in the following string.
Put the string in the memory by using DCB.
Use R0 to hold the address of a character in the string.
Use R2 to be the counter for vowels.
Use R3 to be the counter for non-vowels.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
