Annotation of 3BSD/libc/sys/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:        .set    exit,1
                      7: .globl _exit
                      8: .globl __cleanup
                      9: 
                     10:        .align  1
                     11: _exit:
                     12:        .word   0x0000
                     13:        calls   $0,__cleanup
                     14:        chmk    $exit
                     15:        halt

unix.superglobalmegacorp.com

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