Annotation of researchv9/libc/sys/select.s, revision 1.1

1.1     ! root        1: # C library -- select
        !             2: 
        !             3: # select(nfd, rfdset, wfdset, time);
        !             4: #
        !             5: 
        !             6:        select = 38
        !             7: .globl _select
        !             8: .globl  cerror
        !             9: 
        !            10: _select:
        !            11:        pea     select
        !            12:        trap    #0
        !            13:        bcc     noerror
        !            14:        jmp     cerror
        !            15: noerror:
        !            16:        rts

unix.superglobalmegacorp.com

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