Date: Wed, 23 Sep 1998 18:37:44 +0300 (IDT) From: Eli Zaretskii To: D DOT J DOT Eleveld AT anest DOT azg DOT nl cc: djgpp AT delorie DOT com Subject: Re: Is there a memcpy that takes a segment/selector? In-Reply-To: <6ub03u$gcj$1@nnrp1.dejanews.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 23 Sep 1998 D DOT J DOT Eleveld AT anest DOT azg DOT nl wrote: > I looked > through my info files for memcpy and copy but didn't find anything that did > what I want i.e. a memcpy function that copies bytes/shorts/words and I can > give a segment to. As Vik already told you, use movedata or dosmemput. Note that the various ways to move data to addresses not mapped into the DS selector are listed and explained in section 18.4 of the DJGPP FAQ list.