|
|
1.1 root 1: #
2: # 14neg.s
3: #
4: # NEGATION & ABSOLUTE VALUE
5: #
6: _ABS2:
7: incl r10
8: cvtwl (sp)+,r0
9: blss l1401
10: pushl r0
11: jmp (r8)
12: _NEG2:
13: incl r10
14: cvtwl (sp)+,r0
15: l1401:
16: mnegl r0,-(sp)
17: jmp (r8)
18: _ABS4:
19: incl r10
20: tstl (sp)
21: jgeq l1402
22: mnegl (sp),(sp)
23: l1402:
24: jmp (r8)
25: _NEG4:
26: incl r10
27: mnegl (sp),(sp)
28: jmp (r8)
29: _ABS8:
30: incl r10
31: tstd (sp)
32: jgeq l1403
33: mnegd (sp),(sp)
34: l1403:
35: jmp (r8)
36: _NEG8:
37: incl r10
38: mnegd (sp),(sp)
39: jmp (r8)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.