Annotation of researchv10dc/libc/sys/link.s, revision 1.1.1.1

1.1       root        1: # C library -- link
                      2: 
                      3: # error = link(old-file, new-file);
                      4: #
                      5: 
                      6:        .set    link,9
                      7: .globl _link
                      8: .globl cerror
                      9: 
                     10: _link:
                     11:        .word   0x0000
                     12:        chmk    $link
                     13:        bcc     noerror
                     14:        jmp     cerror
                     15: noerror:
                     16:        clrl    r0
                     17:        ret

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.