From: G DOT DegliEsposti AT ads DOT it To: djgpp AT delorie DOT com Message-ID: Date: Fri, 16 Jan 1998 18:03:40 +0100 Subject: Re: Help X memory peek & poke? Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Precedence: bulk >How can memory space above 1M (32 bit address space) be accessed with >djgpp? An example how to peek & poke data would be very helpfull. It is not necessary: djgpp is a 32 bit pmode compiler so there is generally no distinction between memory below or above 1 Mb. Nice, isn't it? :-) The only exception to this is (I think) when you have to deal with interrupts, video ram or other hardware related things. ciao Giacomo