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

1.1     ! root        1: # C library - alarm, pause
        !             2: 
        !             3:        .set    alarm,27
        !             4: .globl _alarm
        !             5:        .set    pause,29
        !             6: .globl _pause
        !             7: 
        !             8:        .align  1
        !             9: _alarm:
        !            10:        .word   0x0000
        !            11:        chmk    $alarm
        !            12:        ret
        !            13: 
        !            14:        .align  1
        !            15: _pause:
        !            16:        .word   0x0000
        !            17:        chmk    $pause
        !            18:        ret

unix.superglobalmegacorp.com

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