Annotation of researchv9/libc/nsys/time.s, revision 1.1.1.1

1.1       root        1: # C library -- time
                      2: 
                      3: # tvec = time(tvec);
                      4: #
                      5: 
                      6:        time = 13
                      7: .globl _time
                      8: 
                      9: _time:
                     10:        linkw   a6,#0
                     11:        pea     time
                     12:        trap    #0
                     13:        movl    sp@(8),d1
                     14:        beq     nostore
                     15:        movl    d1,a1
                     16:        movl    d0,a1@
                     17: nostore:
                     18:        unlk    a6
                     19:        rts
                     20: 
                     21: # ftime
                     22: #
                     23:        ftime = 35
                     24: .globl _ftime
                     25: 
                     26: _ftime:
                     27:        linkw   a6,#0
                     28:        pea     ftime
                     29:        trap    #0
                     30:        unlk    a6
                     31:        rts

unix.superglobalmegacorp.com

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