Annotation of researchv9/libc/nsys/exit.s, revision 1.1.1.1

1.1       root        1: # C library -- exit
                      2: 
                      3: # exit(code)
                      4: # code is return in r0 to system
                      5: 
                      6:        exit = 1
                      7: .globl _exit
                      8: .globl __cleanup
                      9: 
                     10: _exit:
                     11:        linkw   a6,#0
                     12:        jsr     __cleanup
                     13:        pea     exit
                     14:        trap    #0
                     15:        stop    #0

unix.superglobalmegacorp.com

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