0% found this document useful (0 votes)
21 views2 pages

MP Lab-5

Uploaded by

Himal Bhattarai
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views2 pages

MP Lab-5

Uploaded by

Himal Bhattarai
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

SAGARMATHA COLLEGE OF SCIENCE &

TECHNOLOGY
(TU Affiliated)

Sanepa, Lalitpur

LAB NO: 7

A LAB REPORT ON

IMPLEMENTATION OF ALL BASIC INSTRUCTIONS TO WRITE LOOP PROGRAMS


IN 8085.

Submitted By Submitted To

Name: …………………………. Department of CSIT

Faculty/Year: ………………...…… Subject: Microprocessor & Computer Architecture

Roll No.: …………………. Signature: ……………………...

Date: ……………………………. Date: ………………………...


Sagarmatha College of Science & Technology
Sanepa, Lalitpur

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

Q6. WAP to find the square of given number.

1 Prepared by: Bharat Bhatta

You might also like