Microprocessor & Micro Controller Expt No.8
Microprocessor & Micro Controller Expt No.8
0 TITLE :
To write a program to increase the contents stored in memory locations each by 1.
5.0 APPARATUS:
8085 Microprocessor Kit.
6.0
7002 7003 7004 7005 7006 7007 7008 7009 700A 700B
70 3E 05 34 23 3D C2 05 70 CF RST 1 Reset INR M INX H DCR A JNZ Increase the contents of memory location listed in HL register by 1 Increment the memory location number in HL register by 1. Decrement the contents of accumulator by 01H Jump if no zero to 7005 MVI A, 05 H Load 05H in the accumulator.