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

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