LABORATORY NO. 3 8088/8086 PROGRAMMING USING DEBUG Objectives ( your own objectives (2 each)) Procedure ( your own procedure) Perform the programming language using our examples in our lecture. Problem Code Output Programming Problem 1. Formulate a DEBUG program that will display the lowercase English alphabets from z to a. Sample output: zyxwvutsrqponmlkjihgfedcba 2. Formulate a DEBUG program that will display the Uppercase English alphabets. Sample output: ACEGIKMOQSUWY 3. Formulate a DEBUG program that will display the Uppercase English alphabets. SAMPLE OUTPUT: J I H G F E D C B A 4. Construct a DEBUG program that will display letters of the English alphabet on screen as shown below, apply LOOP instruction. After successfully run your program, write the codes including the segment and offset addresses. Sample output: A BB CCC DDDD EEEEE 5. Construct a DEBUG program that will display numbers from 0 to 9 on screen as shown below by applying LOOP instruction. After you successfully run your program, write the codes including the segment and offset addresses on the space provided. Sample Output: 0 1 2 3 4 5 6 7 8 9 OBJECTIVES: 1. To Understand Loop and basic functions of 8088/8086 programming 2. OUTPUTS: 1. 3.