MP Lab-5
MP Lab-5
TECHNOLOGY
(TU Affiliated)
Sanepa, Lalitpur
LAB NO: 7
A LAB REPORT ON
Submitted By Submitted To
MICROPROCESSOR LAB-07
TITLE
IMPLEMENTATION OF ALL BASIC INSTRUCTIONS TO WRITE PROGRAMS IN 8085.
Objective
To be able to write simple programs in 8085.
To be able to implement loops and table processing in 8085.
Hardware/Software Required
Computer with internet
Sim8085 online simulator
Problems
Q1. Sixteen bytes of data are stored in memory location at 6050H. WAP to replace each data byte
by FF if it is even else store 00H.
Q2. Write an alp in 8085 to transfer 20 bytes of data to another table by interchanging d1 and d4
bits of each byte.
Q3. WAP to find the largest number among ten bytes of data starting form 6050H
Q4. We have a list of data stored at memory location starting at 6050h. The end of the data array
is indicated by data byte 00h. Add the set of readings. Store the sum at 6060H and carry at 6062H.
Q5. WAP to sort 10 array elements stored from memory location 6050H onwards