Experiment-4-Factorial of a number in 8086 8086 Programming by Ravinder Nath Rajotiya - April 19, 2019April 29, 20220 AIM: Write a Program to generate Factorial of a number Objective: To understand the concept of multiplication using direct MUL instruction in 8086. To understand how to use 16-bit results To analyze the process and the result 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 Use data Address as : For Program Code segment address : 1000 Offset address : 0200 For Data segment address : 0000 Offset address : 1300 Result : from offset 130A Flowchart: Algorithm to find the factorial of a number– Input the Number whose factorial is to be find and