
; test.out generated from: test.c
; COMPILER INVOKED BY:
;        C:KeilC51BINc51.exe test.c DB OE


NAME	TEST

?PR?_foo1?TEST       SEGMENT CODE 
	PUBLIC	_foo1
; #pragma SRC(test.out)
; 
; void foo1(unsigned char count)

	RSEG  ?PR?_foo1?TEST
_foo1:
	USING	0
			; SOURCE LINE # 3
;---- Variable 'count?040' assigned to Register 'R7' ----
; {
			; SOURCE LINE # 4
?C0001:
; 	while(count--)
			; SOURCE LINE # 5
	MOV  	R6,AR7
	DEC  	R7
	MOV  	A,R6
	JNZ  	?C0001
; 	{
			; SOURCE LINE # 6
; 	}
			; SOURCE LINE # 7
; }
			; SOURCE LINE # 8
?C0003:
	RET  	
; END OF _foo1

	END
