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