You will be provided with a piece of text on Learning Central: called Asmtext.asm
Open this file and copy its contents into the .data area of your program. You are then required to write the rest of the program to perform the following
Prompt the user to type in a string of characters and then search the text for the string entered.
Return the position of the string and print the message "found" and its position in the text onto the screen either in a Message Box or to the Console.
If not found print "not found". in this context, the string searched can be part of a word. Find the longest word and print the word onto the screen.
Count the number of words in the paragraph and print the number to the screen. You can assume that there is only one space between each word.