MPI Practical List
MPI Practical List
Semester: 6 Marks: 10
Subject: Microprocessor and Interfacing (3160712)
Sr. No. Question CO
1 Introduction to Microprocessor 8085 simulator. co-3
Write an ALP to perform addition
a. Write an ALP to perform addition of two 8 bits numbers.
b. Write an ALP to perform addition of two 16 bits numbers.
2 c. Write an 8085 assembly language program to add two decimal numbers using DAA
co-3
instruction. d.
Write an 8085 ALP to add two numbers using DAD instruction.
Write an ALP to exchange content of memory location.
a. Exchange data stored on Memory location 2000h with data stored on memory location
4000h using direct addressing instructions.
b. Exchange data stored on Memory location 2000h with data stored on memory location
3 4000h using indirect addressing instructions. co-3
c. Exchange data block stored at memory location 2050H to 2055H. Transfer entire block of
data to new memory location starting at 2070H.
d. Exchange data block stored at memory location 2050H to 2055H. Transfer entire block of
data in reverse order to new memory location starting at 2070H.