Date: Tue, 30 Mar 1999 09:36:11 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Mark Usher cc: djgpp AT delorie DOT com Subject: Re: Tricky interrupt problem In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 29 Mar 1999, Mark Usher wrote: > After a couple of hours beating the keyboard to death I am finally starting > to get it together. > I have realised that I am going to have to declare two small buffers in > conventional memory to make this work. > I am now getting stuck getting the address back for the buffer I have > created to transfer to ds, dx. I suggest to stop trying to reinvent the wheel, and instead read the documentation. You have been pointed to section 18.2 of the FAQ which explains how to do that. That section includes a working example of code which does something very similar to what you need; use that example as the starting point.