Annotation of researchv9/libc/nsys/rtproc.s, revision 1.1.1.1

1.1       root        1: # C library -- rtproc
                      2: 
                      3: # file = rtproc(pri, ssize);
                      4: #
                      5: # file == -1 if error
                      6: 
                      7:        rtproc = 64+22
                      8: .globl _rtproc
                      9: 
                     10: _rtproc:
                     11:        linkw   a6,#0
                     12:        pea     rtproc
                     13:        trap    #0
                     14:        bcc     noerror
                     15:        jmp     cerror
                     16: noerror:
                     17:        unlk    a6
                     18:        rts

unix.superglobalmegacorp.com

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