Annotation of researchv10dc/libc/sys/open.s, revision 1.1

1.1     ! root        1: # C library -- open
        !             2: 
        !             3: # file = open(string, mode)
        !             4: #
        !             5: # file == -1 means error
        !             6: 
        !             7:        .set    open,5
        !             8: .globl _open
        !             9: .globl  cerror
        !            10: 
        !            11: _open:
        !            12:        .word   0x0000
        !            13:        chmk    $open
        !            14:        bcc     noerror
        !            15:        jmp     cerror
        !            16: noerror:
        !            17:        ret

unix.superglobalmegacorp.com

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