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

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