home *** CD-ROM | disk | FTP | other *** search
- / inps8.s (emx+gcc) -- Copyright (c) 1992-1993 by Eberhard Mattes
-
- .text
-
- .globl __inps8
- .align 2, 144
- __inps8:
- 1: .byte 0xe9
- .long 0
- pushl %edi
- movl 2*4(%esp), %edx / port
- movl 3*4(%esp), %edi / dst
- movl 4*4(%esp), %ecx / count
- rep
- insb
- popl %edi
- ret
- 2: .long 1, 1b+1, __os2_emxio, 7
- .stabs "__os2dll", 23, 0, 0, 2b
-