From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: trouble accessing dos high memory Date: Thu, 22 May 2003 12:39:40 CDT Organization: Rice University, Houston, TX Lines: 11 Message-ID: <3ecd0b5c.sandmann@clio.rice.edu> References: <89ce6cc3 DOT 0305220909 DOT 5c397728 AT posting DOT google DOT com> NNTP-Posting-Host: clio.rice.edu X-Trace: joe.rice.edu 1053625210 1317 128.42.105.3 (22 May 2003 17:40:10 GMT) X-Complaints-To: abuse AT rice DOT edu NNTP-Posting-Date: Thu, 22 May 2003 17:40:10 +0000 (UTC) X-NewsEditor: ED-1.5.9 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > the D page (in which data from the acquisition card is stored in > 4-byte words), which doesn't work. The symptom is that data read from > memory and written to screen bears little or no resemblence to the > data that should be stored there from the acquisition card, and The code looks OK at first glance. Does it work under DOS (not Windows)? It could be that Windows is interfering with you reading the memory. I would make sure you don't have EMM loaded (safe mode command line boot, or from a floppy).