8085 Microprocessor ALP Program To Wave Form Generation Using Sod Pin

Aim 
To write a 8085 Microprocessor ALP Program To Wave Form Generation Using Sod Pin

Program
Address
Mnemonics
Opcode
LSB
MSB
Comments
2000
MVI B,36
06
36
Move 36 to B
2002
EI
FB
Enable interrupt
2003
MVI A,10
3E
10
Move 10 to A
2005
SIM
30
SIM
2006
DCR B
05
Decrement B
2007
JNZ 2002
C2
02
20
Jump on non zero
200A
MVI B,36
06
36
Move 36 to B
200B
EI
FB
36
Enable interrupt
200C
MVI A,90
3E
90
Move 90 to A
200E
SIM
30
SIM
200F
DCR D
05
Decrement D
2010
JNZ 200C
C2
0C
20
Jump on non zero
2013
JMP 2000
C3
00
20
Jump to 2000

No comments:

Post a Comment

Post Your valuable comments here ..........