
	MOV	A,SBUF		; move serial data into Acc
	MOV	R0,#01h		;clear the LCD screen
	LCALL	wrLCDcom	; send clear command

	MOV	R0,A		; move ACC data to R0
	LCALL	wrLCDdata	; Write to screen from R0