|
|
1.1 ! root 1: ! 2: /* ! 3: * strcpy.s ! 4: * ! 5: * Copy string s2 to s1. s1 must be large enough. ! 6: * return s1 ! 7: * ! 8: */ ! 9: ! 10: .text ! 11: .align 1 ! 12: .globl _strcpy ! 13: .set L12,0x1000 ! 14: ! 15: _strcpy:.word L12 ! 16: movl 4(fp),r1 ! 17: movl r1,r12 ! 18: movl 8(fp),r0 ! 19: movs2 ! 20: movl r12,r0 ! 21: ret
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.