shithub: front

ref: c28f07b5840216c4e83e1d3b21d8a9ed7c41f8f9
dir: /sys/src/libc/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