Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!rutgers!princeton!udel!new From: new@udel.EDU (Darren New) Newsgroups: comp.lang.c Subject: Re: Looking for C functions to access PC memory Message-ID: <706@louie.udel.EDU> Date: Sun, 15-Nov-87 12:22:27 EST Article-I.D.: louie.706 Posted: Sun Nov 15 12:22:27 1987 Date-Received: Mon, 16-Nov-87 05:42:50 EST References: <10277@brl-adm.ARPA> Sender: usenet@udel.EDU Reply-To: new@udel.EDU (Darren New) Organization: University of Delaware Lines: 6 I think the original poster mentioned something about reading the telecom status registers somewhere in the 0x300's. Since the 8086 has the interrupt table there, and most of the other I/O goes through I/O ports, I would assume that the serial port is accessed through I/O instructions. Thus, this entire discussion is probably moot anyway.