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

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