Xref: utzoo alt.msdos.programmer:955 comp.sys.ibm.pc:41114 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!samsung!cg-atla!fredex From: fredex@cg-atla.UUCP (Fred Smith) Newsgroups: alt.msdos.programmer,comp.sys.ibm.pc Subject: Re: Port in ms/c Keywords: port, io, ms c Message-ID: <8216@cg-atla.UUCP> Date: 3 Jan 90 16:38:56 GMT References: <32255@iuvax.cs.indiana.edu> Reply-To: fredex@cg-atla.UUCP (Fred Smith) Organization: Agfa Compugraphic Division Lines: 14 In article <32255@iuvax.cs.indiana.edu> wcwang@iuvax.cs.indiana.edu (Bill Wang) writes: >Does anyone know how to get access to data ports in microsoft c, >The equivlent of Turbo Pascal or C's Port Array? Thanks in advance. > >Bill Wang Yes, this one is easy. Look in the manual for the pages on inp, inpw, outp, and outpw. These four routines provide interludes to the machine's port input and output instructions. Fred