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

1.1       root        1: # C library -- kill
                      2: 
                      3:        kill = 37
                      4: .globl _kill
                      5: .globl cerror
                      6: 
                      7: _kill:
                      8:        pea     kill
                      9:        trap    #0
                     10:        bcc     noerror
                     11:        jmp     cerror
                     12: noerror:
                     13:        clrl    d0
                     14:        rts

unix.superglobalmegacorp.com

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