git: 9front

ref: e3047dc36dfb753d59af834ed9557cc10b0c6bdd
dir: /sys/src/ape/lib/ap/68020/strcpy.s/

View raw version
	TEXT	strcpy(SB), $0

	MOVL	s1+0(FP), A2
	MOVL	s2+4(FP), A1

l1:	MOVB	(A1)+, (A2)+
	BNE	l1

	MOVL	s1+0(FP), R0
	RTS