shithub: plan9front

ref: 59308f15dd6b375de6ed94f7d50c7a1053e3b7c9
dir: /sys/src/ape/lib/ap/68020/strcat.s/

View raw version
	TEXT	strcat(SB), $0
	MOVL	s1+0(FP), A2
	MOVL	s2+4(FP), A1

l1:	TSTB	(A2)+
	BNE	l1

	MOVB	(A1)+, -1(A2)
	BEQ	done

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

done:	MOVL	s1+0(FP), R0
	RTS