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

1.1       root        1: # C library -- execl
                      2: 
                      3: # execl(file, arg1, arg2, ... , 0);
                      4: #
                      5: 
                      6: .globl _execl
                      7: 
                      8: _execl:
                      9:        linkw   a6,#0
                     10:        pea     sp@(12)
                     11:        movl    sp@(12),sp@-
                     12:        jsr     _execv
                     13:        addql   #8,sp
                     14:        unlk    a6
                     15:        rts

unix.superglobalmegacorp.com

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