home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / CLIPPER / MISC / EMXLIB8F.ZIP / EMX / LIB / HW / OUTPS8.S < prev    next >
Encoding:
Text File  |  1993-01-02  |  483 b   |  20 lines

  1. / outps8.s (emx+gcc) -- Copyright (c) 1992-1993 by Eberhard Mattes
  2.  
  3.     .text
  4.  
  5.     .globl    __outps8
  6.     .align    2, 144
  7. __outps8:
  8. 1:    .byte   0xe9
  9.         .long   0
  10.         pushl   %esi
  11.         movl    2*4(%esp), %edx                 / port
  12.         movl    3*4(%esp), %esi                 / src
  13.         movl    4*4(%esp), %ecx                 / count
  14.         rep
  15.         outsb
  16.         popl    %esi
  17.         ret
  18. 2:    .long    1, 1b+1, __os2_emxio, 8
  19.     .stabs  "__os2dll", 23, 0, 0, 2b
  20.