Final Practical Worksheet Mpi

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

Final Practical Worksheet

Student Name: Kunal Badodia UID: 20BCS5860


Subject Code: 22E-20C SP-253 Section/Group: 712-A
Semester: 4th Branch: CSE
Subject Name: Microprocessor and Interfacing Lab

1. Aim/Overview of the practical:


Write 8085 Assembly language program to find the larger number of two 8-bit number store
data location 8000H and 8001H.

2.Apparatus/Simulator used (For applied/experimental sciences/materials based labs):

JUBIN SIMULATOR.

3 . Code
LXI H,8000H
MOV B,M
INX H
MOV A,M
CMP B
JNC STORE
MOV A,B
STORE:STA 8050H
HLT

OUTPUT-
Evaluation Grid (To be created as per the SOP and Assessment guidelines by the faculty):

Sr. No. Parameters Marks Obtained Maximum Marks


1.
2.
3.

You might also like