/ / String copy. / .globl strcpy / / strcpy(s,t); / char *s, *t; / strcpy: mov 2(sp),r0 mov 4(sp),r1 0: movb (r1)+,(r0)+ bne 0b return