Annotation of researchv10dc/libc/gen/abs.s, revision 1.1

1.1     ! root        1: # abs - int absolute value.
        !             2: # labs - long abs
        !             3: 
        !             4: .globl _abs
        !             5: .globl _labs
        !             6:        .align  1
        !             7: _abs:
        !             8: _labs:
        !             9:        .word   0x0000
        !            10:        movl    4(ap),r0
        !            11:        bgeq    absl
        !            12:        mnegl   r0,r0
        !            13: absl:
        !            14:        ret

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.