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

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

	.globl	_open
	.globl	open
_open:
open:
	movl	$5, %eax
	lcall	$7,$0
	jb	_cerror
	ret