|
|
1.1 root 1: /* @(#)bzero.s 4.2 1/14/83 */
2: /* bzero(base, length) */
3:
4: _bzero:
5: .globl _bzero
6: .word 0x4
7: movl $1f,r0 # r0 = null source string
8: movl 4(fp),r1 # r1 = destination address
9: movl 8(fp),r2 # r2 = count
10: movs3
11: ret
12: 1:
13: .byte 0
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.