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

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [newlib/] [newlib/] [libc/] [sys/] [go32/] [findnext.s] - Blame information for rev 1782

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 39 lampret
        .globl  _findnext
2
_findnext:
3
        pushl   %ebx
4
        pushl   %esi
5
        pushl   %edi
6
        movl    16(%esp),%edx
7
        movb    $0x1a,%ah
8
        int     $0x21
9
 
10
        movb    $0x4f,%ah
11
        int     $0x21
12
 
13
        popl    %edi
14
        popl    %esi
15
        popl    %ebx
16
        jmp     syscall_check

powered by: WebSVN 2.1.0

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