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: XMS Move function(AH = 0x0B) Date: 23 Nov 2005 20:19:34 -0800 Organization: http://groups.google.com Lines: 20 Message-ID: <1132805974.565960.317470@g14g2000cwa.googlegroups.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 1132805979 29856 127.0.0.1 (24 Nov 2005 04:19:39 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Thu, 24 Nov 2005 04:19:39 +0000 (UTC) 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: g14g2000cwa.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 i want to move data between real mode memory and my buffer how can i to do this? i built a structure(Move) to do this what pamater should i fill i got transfer lenght = length destinational buff = BYTE databuf[100] handle(from AH=0x09) phy_addr(from AH=0x0C) Move.length = length Move.SHnd = ? Move.Off = ? Move.DHnd = ? Move.Off = ? DS = ? SI = ?