home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Extra Super CD 1998 January
/
PCPLUS131.iso
/
DJGPP
/
V2
/
DJLSR201.ZIP
/
src
/
libc
/
pc_hw
/
io
/
osw.s
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-03-21
|
248 b
|
17 lines
/* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
#define USE_ESI
#include <libc/asmdefs.h>
FUNC(_outportsw) /* port buffer length */
ENTER
movl ARG1,%edx
movl ARG2,%esi
movl ARG3,%ecx
cld
rep
outsw
LEAVE