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

brk.s « sysvi386 « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c3cb43f11f0c9cfff42ba819ddd11bdf328291b2 (plain)
1
2
3
4
5
6
7
8

	.globl	_brk
_brk:
	movl	$0x11, %eax
	lcall	$7,$0
	jb	_cerror
	xor	%eax,%eax
	ret