Annotation of researchv9/libc/nsys/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:        exece = 59
        !             9: .globl _execve
        !            10: 
        !            11: _execve:
        !            12:        linkw   a6,#0
        !            13:        pea     exece
        !            14:        trap    #0
        !            15:        jmp     cerror

unix.superglobalmegacorp.com

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