INTERFACING ADC WITH 8085 PROCESSOR

To write a program to initiate ADC and to store the digital data in memory

PROGRAM:
MVI A,10
OUT C8
MVI A,18
OUT C8
MVI A,10
OUT D0

XRA A
XRA A
XRA A
MVI A,00
OUT D0
LOOP: IN D8
ANI 01
CPI 01
JNZ LOOP
IN C0
STA 4150
HLT

OBSERVATION:
Compare the data displayed at the LEDs with that stored at location 4150
INTERFACING ADC WITH 8085 PROCESSOR INTERFACING ADC WITH 8085 PROCESSOR Reviewed by enakta13 on August 20, 2012 Rating: 5

Search your question

Powered by Blogger.