Lab Sheet 2
Lab Sheet 2
Lab Sheet 2
8085 MICROPROCESSORS
__________________________________________________________________________
Name: Akshay Praveen Nair
Roll Number: AM.EN.U4CSE19204
___________________________________________________________________________
LDA 5100H ; Load Address Of Number In H-L Register Pair (Lower byte data).
INPUT OUTPUT
Memory location Data Memory location Data
5100H 32 5101H 223
LDA 5100H ; Load Address Of Number In H-L Register Pair (Lower byte data).
INR A ; Increment
INPUT OUTPUT
Memory location Data Memory location Data
5100H 32 5101H 224
• Show the output in 8085 simulator for the following programs. Attach the screenshot of
final status of PC and relevant registers.
3) Copy 10 numbers stored from the location 2050H to the new location 2070H
LXI D, 2070H
MVI B, 0AH
NEXT: MOV A, M
STAX D
INX H
INX D
DCR B
JNZ NEXT
HLT
11) Write an assembly program in mnemonic code for 8085 processor to calculate