Annotation of researchv9/libc/nsys/alarm.s, revision 1.1.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:        linkw   a6,#0
                     10:        pea     alarm
                     11:        trap    #0
                     12:        unlk    a6
                     13:        rts
                     14: 
                     15: _pause:
                     16:        linkw   a6,#0
                     17:        pea     pause
                     18:        trap    #0
                     19:        unlk    a6
                     20:        rts

unix.superglobalmegacorp.com

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