URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [newlib/] [newlib/] [libc/] [sys/] [go32/] [findfirs.s] - Rev 39
Go to most recent revision | Compare with Previous | Blame | View Log
.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
Go to most recent revision | Compare with Previous | Blame | View Log