You are on page 1of 4

WORKSHEET – 1.

Name: Yana Srivastava


Section/Group: 611 / “A”
UID: 20BCS2279
Subject: Microprocessor and Interfacing Lab
Date of Submission: 21.2.2022
Branch: BE CSE (4th Semester)

Aim:
Addition of two 16 bit numbers, sum 16 bit.

Task to be done:
Calculate the sum of two 16 bit numbers with the help of Jubin Application.

Apparatus / Simulator Used:


1. Jubin Application
2. 8085 Simulator
3. JDK

CHANDIGARH UNIVERSITY MICROPROCESSOR AND INTERFACING LAB


Algorithm / Flowchart:
1. Load H – L pair with address 1122H.
2. Load H – L pair with address 4433H.
3. Add HL + DE and store the result in HL.
4. Terminate the program.

Code:
# BEGIN 0000H
LXI B,1122
LXI D,4433
DAD D
HLT

Result / Output / Writing Summary:

CHANDIGARH UNIVERSITY MICROPROCESSOR AND INTERFACING LAB


Learning Outcomes:
1. Working of microprocessors.
2. Learn how to do mathematical operations in microprocessors.
3. Learn about 8085 simulator.
4. Operations of 16 bit numbers.
5. Learn about the different instructions that are needed to be given to the
memory to perform some tasks.

CHANDIGARH UNIVERSITY MICROPROCESSOR AND INTERFACING LAB


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

Sr. Parameters Marks Obtained Maximum Marks


No.
1.
2.
3.

CHANDIGARH UNIVERSITY MICROPROCESSOR AND INTERFACING LAB

You might also like