Annotation of researchv9/libc/sys/alarm.s, revision 1.1

1.1     ! root        1: # C library - alarm, pause
        !             2: 
        !             3:        alarm = 27
        !             4: .globl _alarm
        !             5:        pause = 29
        !             6: .globl _pause
        !             7: 
        !             8: _alarm:
        !             9:        pea     alarm
        !            10:        trap    #0
        !            11:        rts
        !            12: 
        !            13: _pause:
        !            14:        pea     pause
        !            15:        trap    #0
        !            16:        rts

unix.superglobalmegacorp.com

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