ref: 74bcc2aa4c0b8e2d9915ae2cda6e4b2fabf56e95 dir: /sys/src/ape/lib/ap/68020/strcpy.s/
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