	.data
	.text
	.globl	_strlen
_strlen:
	movl	sp@(4),a0
	moveq	#-1,d0		; byte counter
.L13:
	tstb	a0@+
	dbeq	d0,.L13

	notl	d0
	rts
.F1 = 0
| end
	.data
