HERE1:
	JNB	EOC,HERE1
	SETB	OE            ; enable ADC output
	ACALL	DELAY
	MOV	A,MYDATA      ; move P0 to A, (conversion data now in Accumulator)
	CLR	OE            ; disable ADC output, (tri-state)
	ACALL	CONVERSION    ; perform a data conversion
	ACALL	DATA_DISPLAY
	SJMP	BACK
