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

1.1     ! root        1: # C library -- time
        !             2: 
        !             3: # tvec = time(tvec);
        !             4: #
        !             5: 
        !             6:        .set    time,13
        !             7: .globl _time
        !             8: 
        !             9: _time:
        !            10:        .word   0x0000
        !            11:        chmk    $time
        !            12:        movl    4(ap),r1
        !            13:        beql    nostore
        !            14:        movl    r0,(r1)
        !            15: nostore:
        !            16:        ret
        !            17: 
        !            18: # ftime
        !            19: #
        !            20:        .set    ftime,35
        !            21: .globl _ftime
        !            22: 
        !            23: _ftime:
        !            24:        .word   0x0000
        !            25:        chmk    $ftime
        !            26:        ret

unix.superglobalmegacorp.com

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