From: sl AT psycode DOT com DOT NOSPAM (Gili) Newsgroups: comp.os.msdos.djgpp Subject: Re: AT&T assembler Date: 7 Jun 1998 23:39:15 GMT Organization: All USENET -- http://www.Supernews.com Lines: 14 Message-ID: References: <6ld6hl$bk0 AT dfw-ixnews4 DOT ix DOT netcom DOT com> Reply-To: sl AT psycode DOT com DOT NOSPAM NNTP-Posting-Host: 205.205.119.200 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On Sun, 7 Jun 1998 04:56:54, "Matthew Conte" wrote: > #include > > static void WaitVBlank(void) > { > while (inp(0x3DA)&0x08); > while (!(inp(0x3DA)&0x08)); > } How about inport().. Is that the same? Gili