home *** CD-ROM | disk | FTP | other *** search
- / inps16.s (emx+gcc) -- Copyright (c) 1993 by Eberhard Mattes
-
- .text
-
- .globl __inps16
- .align 2, 144
- __inps16:
- 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
- insw
- popl %edi
- ret
- 2: .long 1, 1b+1, __os2_emxio, 10
- .stabs "__os2dll", 23, 0, 0, 2b
-