Experiment Number 2 8086 Programming by Ravinder Nath Rajotiya - April 19, 2019May 25, 20220 AIM :Write a program to multiply two 8 bit numbers by repetitive addition method using 8086 Objective: After completing this experiment, students will be able to : understand opcode and mnemonic of the program Draw the flowchart of the program Write the algorithm of the program to multiply two 8-bit numbers Write the program to multiply two numbers Run and debug the program System Requirement: 8086 Trainer Kit with Key Board Setting up the Trainer Kit: Ensure that standard IBM PC/AT system keyboard is connected System is Powered ON Student has a handy opcode table for programming Flow Chart: Logic / Algorithm Start Initialize the CL register to store the multiplier, clear accumulator (AL) and register BL and SI and DI register Read the contents of