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

	movl	16(%esp),%edx
	movl	24(%esp),%ecx
	movb	$0x4e,%ah
	int	$0x21		

	popl	%edi
	popl	%esi
	popl	%ebx
	jmp	syscall_check