Xref: news-dnh.mv.net comp.os.msdos.djgpp:4229 Path: news-dnh.mv.net!mv!news.sprintlink.net!news.ahc.ameritech.com!ddsw1!news.mcs.net!godot.cc.duq.edu!newsfeed.pitt.edu!gatech!newsfeed.internetmci.com!in1.uu.net!newsfeed.ACO.net!alijku06!news From: Roland Exler Newsgroups: comp.os.msdos.djgpp Subject: Re: read/write hardware registers? Date: 9 Jan 1996 07:13:46 GMT Organization: Institute for el. Measurement, University of Linz, Austria Lines: 6 Message-ID: <4ct4ja$gp5@alijku06.edvz.uni-linz.ac.at> References: <4ck1a9$4p5 AT news DOT duke DOT edu> NNTP-Posting-Host: sensor4.emt.uni-linz.ac.at To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp >Are there functions available in djgpp >similar to the turbo-c functions inport() and outport()... Take a look on PC.H, there you'll find inportb, inportw and so on. Roland