|
|
1.1 root 1: # C library -- execl
2:
3: # execl(file, arg1, arg2, ... , 0);
4: #
5:
6: .globl _execl
7:
8: _execl:
9: pea sp@(8)
10: movl sp@(8),sp@-
11: jsr _execv
12: addql #8,sp
13: rts
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.