Welcome to mirror list, hosted at ThFree Co, Russian Federation.

execve.s « sysvi386 « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d1d29bc9f609ad0f30b9218bcad40ed5506f2999 (plain)
1
2
3
4
5
6
7
	.globl	_execve
	.globl	execve
_execve:
execve:
	movl	$0x3b, %eax
	lcall	$7,$0
	jb	_cerror