Question: - Become familiar with program control instructions. Write an assembly program that can get a text input and find the characters that the indices in


- Become familiar with program control instructions. Write an assembly program that can get a text input and find the characters that the indices in the given text and alphabet match. (You must use the English alphabet). The program must be able to run infinitelv until the ucer enters "TFRMTNATF" ac innut For examnle for 1. Get a text as an input using Emulator Screen. The program must only accept capital letters. The program must check whether the entered character is a capital letter and if it is not, it can be neither processed nor printed. For example, if the user enters "C1E?+N:*+G" then the program must not print '1', '?', ' + ', ':', '*' and print only "CENG". When the Enter key is pressed, the program must get the printed text as input and start processing. 2. When the program gets the input from the user, it must check each character if the required match occurs and store the matched characters. 3. Finally, the program prints the matched characters and the count of matched characters on the Emulator Screen and waits for the new text until the new text is "TERMINATE". Example: emulator screen ( 8025 chars)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
