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

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