Annotation of researchv9/libc/nsys/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:        link = 9
                      7: .globl _link
                      8: .globl cerror
                      9: 
                     10: _link:
                     11:        linkw   a6,#0
                     12:        pea     link
                     13:        trap    #0
                     14:        bcc     noerror
                     15:        jmp     cerror
                     16: noerror:
                     17:        clrl    d0
                     18:        unlk    a6
                     19:        rts

unix.superglobalmegacorp.com

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