|
|
1.1 root 1: # C library -- kill
2:
3: kill = 37
4: .globl _kill
5: .globl cerror
6:
7: _kill:
8: linkw a6,#0
9: pea kill
10: trap #0
11: bcc noerror
12: jmp cerror
13: noerror:
14: clrl d0
15: unlk a6
16: rts
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.