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

1.1       root        1: # pipe -- C library
                      2: 
                      3: #      pipe(f)
                      4: #      int f[2];
                      5: 
                      6:        pipe = 42
                      7: .globl _pipe
                      8: .globl  cerror
                      9: 
                     10: _pipe:
                     11:        linkw   a6,#0
                     12:        pea     pipe
                     13:        trap    #0
                     14:        bcc     noerror
                     15:        jmp     cerror
                     16: noerror:
                     17:        movl    sp@(8),a0
                     18:        movl    d0,a0@+
                     19:        movl    d1,a0@
                     20:        clrl    d0
                     21:        unlk    a6
                     22:        rts

unix.superglobalmegacorp.com

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