|
|
1.1 root 1: # abs - int absolute value.
2: # fabs - floating abs
3:
4: .globl _abs
5: .align 1
6: _abs:
7: .word 0x0000
8: movl 4(ap),r0
9: bgeq absl
10: mnegl r0,r0
11: absl:
12: ret
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.