Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed

image text in transcribed

- 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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions