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

link.s « sysvi386 « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d298cd08e1dedb72915f3acc8f26ab2e86fdb15d (plain)
1
2
3
4
5
6
7
8
9
	.globl	_link
	.globl	link
_link:
link:	
	movl	$0x9, %eax
	lcall	$7,$0
	jb	_cerror
	xor	%eax, %eax
	ret