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

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