|
|
1.1 root 1: # C library -- time
2:
3: # tvec = time(tvec);
4: #
5:
6: time = 13
7: .globl _time
8:
9: _time:
10: pea time
11: trap #0
12: movl sp@(4),d1
13: beq nostore
14: movl d1,a1
15: movl d0,a1@
16: nostore:
17: rts
18:
19: # ftime
20: #
21: ftime = 35
22: .globl _ftime
23:
24: _ftime:
25: pea ftime
26: trap #0
27: rts
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.