home *** CD-ROM | disk | FTP | other *** search
- / outps8da.s (emx+gcc) -- Copyright (c) 1993 by Eberhard Mattes
-
- .text
-
- .globl __outps8dac
- .align 2, 144
- __outps8dac:
- 1: .byte 0xe9
- .long 0
- pushl %esi
- movl 2*4(%esp), %edx / port
- movl 3*4(%esp), %esi / src
- movl 4*4(%esp), %ecx / count
- .align 2, 0x90 / Avoid surprises
- 2: movb (%esi), %al
- outb %al, %dx
- incl %esi
- nop
- loop 2b
- popl %esi
- ret
- 2: .long 1, 1b+1, __os2_emxio, 18
- .stabs "__os2dll", 23, 0, 0, 2b
-