|
|
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: jsr __cleanup
12: pea exit
13: trap #0
14: stop #0
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.