Date: Sun, 27 Feb 2000 22:36:11 +0500 (MVT) From: Prashant TR X-Sender: prashant_tr AT midpec DOT com To: "Peter Choi (CTINets)" cc: djgpp AT delorie DOT com, avly AT remus DOT rutgers DOT edu Subject: Re: About inport and outport using DJGPP In-Reply-To: <001e01bf8073$9b88ee60$965946a8@peter> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Hello, On Sun, 27 Feb 2000, Peter Choi (CTINets) wrote: > Dear all, > > I'm a new user of DJGPP compiler, and would like to seek advice how to do > I/O port in and out instruction in this compiler, as there is no > "inport()" and "outport()" function call under the library of this > compiler. Pls advise. Please don't post in html. And also try to avoid very long lines. DJGPP has functions inportb, inportw, inportl etc. Type "info libc alpha" at the command prompt and search for inport. You'll find a series of functions ;-).