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

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