Annotation of researchv9/libc/sys/creat.s, revision 1.1.1.1

1.1       root        1: # C library -- creat
                      2: 
                      3: # file = creat(string, mode);
                      4: #
                      5: # file == -1 if error
                      6: 
                      7:        creat = 8
                      8: .globl _creat
                      9: 
                     10: _creat:
                     11:        pea     creat
                     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.