How to execute 16 bit ALP using Debug in Command prompt | Debug | ALP | 8086 | MPMC Programs | MPMC

 How to execute 16 bit ALP using Debug in Command prompt

Procedure to enter a program using DEBUGGER in PC
Start - run - cmd -ok Debug - Enter −a Enter Type the program Enter 2 times −e Input address Enter Give the input values using space bar −g Enter All Segment, General purpose, Index, Flag registers and Pointers will be displayed −e Outputaddress Enter Output value will be displayed and Check remaining outputs using space bar             (OR)u Outputstartingaddress Outputendingaddress Enter
Only Opcodesd Startingaddress Endingaddress Enter                     (0100) (int3/ret address) Opcodes will display
              
             (OR)
Program with Opcodesu Startingaddress Endingaddress Enter                       (0100) (int3/ret address) Program and opcodes will display −q Enter exit (Close)      (OR) cls (Clear Screen)




Video 👇





Comments