Department of Electronics & Communication Course: Microprocessor and Its Applications Course Code: ECE-351
Department of Electronics & Communication Course: Microprocessor and Its Applications Course Code: ECE-351
Part A
Q1. Write a procedure to multiply two 8-bit numbers using 8085 microprocessor. Assume both the
numbers are stored at different memory locations and also store the result in some other memory
location.
Q2. Write a procedure to divide two 8-bit numbers using 8085 microprocessor.
Part B
Q4. Write a program to add the two hex number 7A and 86 and to store the sum at memory location
XX98H and the flag status at location XX97H.
Q5. Write the 8086 instruction which will perform the following operation:
(a) Copy AL to CL.
(b) Load 43H into BL.
(c) Copy SP to BP.
(d) Multiply AL times BL.
(e) Copy DL to a memory location whose offset is in BX.
Q6. What are the different types of interrupts and how many interrupts in each type? What is the
application of TRAP interrupt?