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

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

	.globl	__open
	.globl	_open
__open:
_open:	chlvl	#0,#5
	jnl	ok	
	jmp	cerror
ok:	xor.w	r0,r0
	ret	#0