Annotation of researchv10dc/libc/sys/execl.s, revision 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:        .word   0x0000
        !            10:        pushab  8(ap)
        !            11:        pushl   4(ap)
        !            12:        calls   $2,_execv
        !            13:        ret

unix.superglobalmegacorp.com

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