Question 2: In this part, you will execute aprogram sequence that includes instructions from the flag-controlgroup to observe the operations that they perform. Save thesequence of DEBUG commands and their results to a Word documentnamed ASSIGNMENT2. Make sure to use snipping toolsor take screenshots to get information from DOS window and copy thedisplayed information to the document before it scrolls off the topof the screen.
- Assemble the following instruction sequence into memorystarting at address CS:100 and then verify loading of theinstructions.
- LAHF
- MOV BH, AH
- AND BH,1FH
- AND AH, 0E0H
- MOV [200H], BH
- SAHF
- How many bytes of memory do the instructions take up?_____________
- Initialize the
OROR