home *** CD-ROM | disk | FTP | other *** search
- .globl _findnext /* ffblk */
- _findnext:
- pushl %ebx
- pushl %esi
- pushl %edi
- movl 16(%esp),%edx
- movb $0x1a,%ah
- int $0x21 /* set DTA */
-
- movb $0x4f,%ah
- int $0x21 /* find first match */
-
- popl %edi
- popl %esi
- popl %ebx
- jmp syscall_check
-