        .data
        .text
	.align	1
	.globl	_bclrf
	# *array=4,nvals=8
_bclrf:
        .word   0xff
        movl    8(ap),r0      
	movl    4(ap),r1
1:      clrf    (r1)+
        sobgtr  r0,1b
        ret
