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

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