summaryrefslogtreecommitdiff
path: root/newlib/libc/sys/go32/findnext.s
blob: 4e6518ffd8ca1b741823402a843ec665eab1c4c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
	.globl	_findnext 
_findnext:
	pushl	%ebx
	pushl	%esi
	pushl	%edi
	movl	16(%esp),%edx
	movb	$0x1a,%ah
	int	$0x21		

	movb	$0x4f,%ah
	int	$0x21		

	popl	%edi
	popl	%esi
	popl	%ebx
	jmp	syscall_check