OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib-1.10.0/] [newlib/] [libc/] [sys/] [go32/] [findfirs.s] - Blame information for rev 1773

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1010 ivang
        .globl  _findfirst
2
_findfirst:
3
        pushl   %ebx
4
        pushl   %esi
5
        pushl   %edi
6
        movl    20(%esp),%edx
7
        movb    $0x1a,%ah
8
        int     $0x21
9
 
10
        movl    16(%esp),%edx
11
        movl    24(%esp),%ecx
12
        movb    $0x4e,%ah
13
        int     $0x21
14
 
15
        popl    %edi
16
        popl    %esi
17
        popl    %ebx
18
        jmp     syscall_check

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.