Xref: utzoo alt.msdos.programmer:972 comp.sys.ibm.pc:41352 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!shadooby!yale!cmcl2!lanl!opus!sitze From: sitze@nmsu.edu (Richard Sitze) Newsgroups: alt.msdos.programmer,comp.sys.ibm.pc Subject: Re: Quick Screen Access in C Message-ID: Date: 5 Jan 90 18:15:33 GMT References: <3659@escargot.UUCP> Sender: news@nmsu.edu Followup-To: alt.msdos.programmer Distribution: usa Organization: NMSU Computer Science Lines: 16 In-reply-to: chrisb@escargot.UUCP's message of 2 Jan 90 04:06:33 GMT (I killed post-news just as I started to post, so I'm retrying this, sorry if you read this twice). In the overview section of the Library Reference manual (a handy section to have!), on page 65: Console and Port I/O I'm sure these routines use the BIOS calls to talk to the port. If you want anything faster, use the pointers mentioned by someone else... But if you have an older CGA (or other type of display) then watch out for a flakey screen with direct access to the memory. Also, poking to memory won't move the cursor...