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

1.1       root        1: # C library -- stat
                      2: 
                      3: # error = stat(string, statbuf);
                      4: 
                      5: # char statbuf[36]
                      6: 
                      7:        stat = 18
                      8: .globl _stat
                      9: .globl  cerror
                     10: 
                     11: _stat:
                     12:        pea     stat
                     13:        trap    #0
                     14:        bcc     noerror
                     15:        jmp     cerror
                     16: noerror:
                     17:        clrl    d0
                     18:        rts

unix.superglobalmegacorp.com

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