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

  1. / iodummy.s (emx+gcc) -- Copyright (c) 1993 by Eberhard Mattes
  2.  
  3.         .globl  __inp8
  4.         .globl  __inp16
  5.         .globl  __inp32
  6.         .globl  __inps8
  7.         .globl  __inps16
  8.         .globl  __inps32
  9.         .globl  __os2_emxio
  10.         .globl  __outp8
  11.         .globl  __outp16
  12.         .globl  __outp32
  13.         .globl  __outps8
  14.         .globl  __outps16
  15.         .globl  __outps32
  16.         .globl  __outpt
  17.         .globl  __wait01
  18.         .globl  __wait10
  19.  
  20.         .text
  21.  
  22. __inp8:
  23. __inp16:
  24. __inp32:
  25. __inps8:
  26. __inps16:
  27. __inps32:
  28. __os2_emxio:
  29. __outp8:
  30. __outp16:
  31. __outp32:
  32. __outps8:
  33. __outps16:
  34. __outps32:
  35. __outpt:
  36. __wait01:
  37. __wait10:
  38.         ret
  39.