Annotation of researchv9/libc/nsys/_signal.s, revision 1.1

1.1     ! root        1: # C library -- _signal
        !             2: 
        !             3: # _signal(sig, func)
        !             4: # User calls signal whiches places trampoline code to be called on a
        !             5: # signal.
        !             6:        signal = 48
        !             7: .globl __signal
        !             8: .globl  cerror2
        !             9: 
        !            10: __signal:
        !            11:        linkw   a6,#0
        !            12:        pea     signal
        !            13:        trap    #0
        !            14:        bcc     noerr
        !            15:        jmp     cerror2
        !            16: noerr:
        !            17:        movl    d0,a0
        !            18:        unlk    a6
        !            19:        rts

unix.superglobalmegacorp.com

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