V10/libc/sys/execl.s

Compare this file to the similar file:
Show the results in this format:

# C library -- execl

# execl(file, arg1, arg2, ... , 0);
#

.globl	_execl

_execl:
	.word	0x0000
	pushab	8(ap)
	pushl	4(ap)
	calls	$2,_execv
	ret