X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: blk5743 AT yahoo DOT com DOT tw Newsgroups: comp.os.msdos.djgpp Subject: Re: XMS Move function(AH = 0x0B) Date: 24 Nov 2005 17:31:12 -0800 Organization: http://groups.google.com Lines: 14 Message-ID: <1132882272.028315.273330@z14g2000cwz.googlegroups.com> References: <1132805974 DOT 565960 DOT 317470 AT g14g2000cwa DOT googlegroups DOT com> NNTP-Posting-Host: 61.66.169.71 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1132882276 19836 127.0.0.1 (25 Nov 2005 01:31:16 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Fri, 25 Nov 2005 01:31:16 +0000 (UTC) In-Reply-To: User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1),gzip(gfe),gzip(gfe) X-HTTP-Via: 1.0 SVRPROXY Complaints-To: groups-abuse AT google DOT com Injection-Info: z14g2000cwz.googlegroups.com; posting-host=61.66.169.71; posting-account=fl8v7w0AAAAQV4ThVU509YNPI8o0JeB3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Thanks for the replay i tried the _farpokel and _farpeekl to move buffer. but it is too slow to met my require. i try the dosmemputl and dosmemgetl. it is really faster than _farpxxxl function. thanks for your help may i ask one more question should i use the offset32 = r.x.dx * 16 + r.x.bx (which r.x.dx and r.x.bx get from XMS function AH = 09) finally, really thanks for your greatly help