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

1.1       root        1: # C library -- write
                      2: 
                      3: # nwritten = write(file, buffer, count);
                      4: #
                      5: # nwritten == -1 means error
                      6: 
                      7:        write = 4
                      8: .globl _write
                      9: .globl  cerror
                     10: 
                     11: _write:
                     12:        pea     write
                     13:        trap    #0
                     14:        bcc     noerror
                     15:        jmp     cerror
                     16: noerror:
                     17:        rts

unix.superglobalmegacorp.com

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