home *** CD-ROM | disk | FTP | other *** search
/ PC Extra Super CD 1998 January / PCPLUS131.iso / DJGPP / V2 / DJLSR201.ZIP / src / libc / pc_hw / io / ow.s < prev    next >
Encoding:
Text File  |  1995-02-25  |  181 b   |  12 lines

  1. /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
  2. #include <libc/asmdefs.h>
  3.  
  4.     FUNC(_outportw)
  5.     ENTER
  6.  
  7.     movl    ARG1,%edx
  8.     movl    ARG2,%eax
  9.     outw    %ax,%dx
  10.  
  11.     LEAVE
  12.