<b>
;  8051 Disassembly of sutar1.hex
;  8/6/2004 
	org	0
reset:	push	ie		  
	clr	ea		  
	orl	0a2h,	#20h	  
	mov	r0,	rb1r3		;; <==============ERROR==============	  
	mov	r1,	#1		  
	mov	dph,	#80h	  
	mov	dpl,	#0		  
	lcall	Xfff0		  
	mov	r0,	rb1r3	   	;; <==============ERROR==============
	mov	r1,	#1		  
	mov	dph,	#80h	  
	mov	dpl,	#0		  
	lcall	Xfff0		  
	anl	0a2h,	#0dfh	  
	pop	ie		  
	ret	;	register equates
rb1r3	equ	0bh
;	miscellaneous equates
X0003	equ	3
X0013	equ	13h
X0023	equ	23h
Xfff0	equ	0fff0h
	end
</b>