This study source was downloaded by 100000859819779 from CourseHero.com on 02-06-2023 13:49:20 GMT -06:00https://www.coursehero.com/file/168279647/06-Laboratory-Exercise-PISAWISdocx/ IT210406 Laboratory Exercise 1 *Property of STIPage 1 of 2Laboratory ExerciseProcessor Control InstructionsObjectives:At the end of the exercise, the students should be able to: Write a program that implements string manipulations; and Demonstrate flag manipulations in an assembly program.Instruction: Analyze the given Emu8086 assembly codes and answer the following questions.Note: You can execute the program if you have the Emu8086 Emulator installed on your computer. You may opt to reconstruct the program based on the online compiler/emulator/assembler that you are currently using. Instruction sets may vary.This study source was downloaded by 100000859819779 from CourseHero.com on 02-06-2023 13:49:20 GMT -06:00https://www.coursehero.com/file/168279647/06-Laboratory-Exercise-PISAWISdocx/Powered by TCPDF (www.tcpdf.org)Questions: (10 items x 3 points)1. How many characters will the program accept as an input string?Only one (1), because after the loop of the program the program will return control to the operating system.2. Does the program accepts space and special characters as input?Yes, it does.3. Name the two (2) procedures that were used in the program.Array and get input from the user.4. Which function specifically manages the key presses?Si, msg15. Which function is used in the program to restore registers?Function call6. Which procedure