.globl _strcpy .text _strcpy: ~~strcpy: ~s1=R13 ~s2=R12 link R14,#0 movem.l R7-R7/R11-R13,-(sp) ~os1=R11 *line 17 move.l 8(R14),R13 *line 17 move.l 12(R14),R12 *line 17 move.l R13,R11 *line 19 bra L4 L3:L4: *line 20 move.b (R12)+,(R13)+ bne L3 L2: *line 22 move.l R11,R0 bra L1 L1:tst.l (sp)+ movem.l (sp)+,R11-R13 unlk R14 rts .data