	section	text,code

	xref	_ArpBase
	xdef	_Strcmp

_Strcmp:
	move.l	a6,-(sp)
	move.l	_ArpBase,a6
	movem.l	8(sp),a0/a1
	jsr	-522(a6)
	move.l	(sp)+,a6
	rts

	end
