Annotation of researchv9/libc/sys/unlink.s, revision 1.1.1.1

1.1       root        1: # C library -- unlink
                      2: 
                      3: # error = unlink(string);
                      4: #
                      5: 
                      6:        unlink = 10
                      7: .globl _unlink
                      8: .globl  cerror
                      9: 
                     10: _unlink:
                     11:        pea     unlink
                     12:        trap    #0
                     13:        bcc     noerror
                     14:        jmp     cerror
                     15: noerror:
                     16:        clrl    d0
                     17:        rts

unix.superglobalmegacorp.com

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