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

1.1     ! root        1: # C library -- execve
        !             2: 
        !             3: # execve(file, argv, env);
        !             4: #
        !             5: # where argv is a vector argv[0] ... argv[x], 0
        !             6: # last vector element must be 0
        !             7: 
        !             8:        .set    exece,59
        !             9: .globl _execve
        !            10: 
        !            11: _execve:
        !            12:        .word   0x0000
        !            13:        chmk    $exece
        !            14:        jmp     cerror

unix.superglobalmegacorp.com

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