|
|
1.1 root 1: /* abs.s 4.1 83/06/27 */
2:
3: /* abs - int absolute value */
4:
5: #include "DEFS.h"
6:
7: ENTRY(abs)
8: movl 4(ap),r0
9: bgeq 1f
10: mnegl r0,r0
11: 1:
12: ret
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.