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

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