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

1.1     ! root        1: # C library -- execle
        !             2: 
        !             3: # execle(file, arg1, arg2, ... , env);
        !             4: #
        !             5: 
        !             6: .globl _execle
        !             7: 
        !             8: _execle:
        !             9:        .word   0x0000
        !            10:        movl    (ap),r0  #  nargs
        !            11:        pushl   (ap)[r0]  #  env
        !            12:        pushab  8(ap)  # argv
        !            13:        pushl   4(ap)  #  file
        !            14:        calls   $3,_execve
        !            15:        ret

unix.superglobalmegacorp.com

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