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