Annotation of researchv9/libc/nsys/_exit.s, revision 1.1

1.1     ! root        1: # C library -- _exit
        !             2: 
        !             3: # _exit(code)
        !             4: # code is return in r0 to system
        !             5: # Same as plain exit, for user who want to define their own exit.
        !             6: 
        !             7:        exit = 1
        !             8: .globl __exit
        !             9: 
        !            10: __exit:
        !            11:        linkw   a6,#0
        !            12:        pea     exit
        !            13:        trap    #0
        !            14:        stop    #0

unix.superglobalmegacorp.com

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