Annotation of researchv9/libc/sys/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:        pea     pipe
                     12:        trap    #0
                     13:        bcc     noerror
                     14:        jmp     cerror
                     15: noerror:
                     16:        movl    sp@(4),a0
                     17:        movl    d0,a0@+
                     18:        movl    d1,a0@
                     19:        clrl    d0
                     20:        rts

unix.superglobalmegacorp.com

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