Microprocessor Laboratory 2
Microprocessor Laboratory 2
JADAVPUR UNIVERSITY
NAME:VAISHNA BISWAS
DEPARTMENT OF ELECTRONICS
AND TELECOMMUNICATION
ENGINEERING
ROLL NUMBER:001710701001
GROUP: G1
CO-WORKERS:
1)UPAYAN CHATTERJEE(ROLL -001710701002)
2)UDDIPAN KUNDU(ROLL -001710701003)
ASSIGNMENT NO.:3
TITLE:
FAMILIARIZATION WITH THE 8085 MICROPROCESSOR
KIT
OBJECTIVE:
To write down simple illustrative programs and to implement
them using the 8085 microprocessor kit
Q1)Write a program to find the maximum of five numbers and
store it in a particular address
FLOW CHART:
TABLE:
24
C021H
C022H C0
C026H 05
C027H F1
Initially, the value on the address F100H is stored to register B and then the value in the
address F101H is loaded in A and compared. If content of B is larger than that in A then
contents of A is stored in B and A is loaded with the next value in the series and the process
continues.
INPUT DATA: