Annotation of researchv10dc/libc/sys/_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:        .set    exit,1
        !             8: .globl __exit
        !             9: 
        !            10:        .align  1
        !            11: __exit:
        !            12:        .word   0x0000
        !            13:        chmk    $exit
        !            14:        halt

unix.superglobalmegacorp.com

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