Date: Sun, 5 Mar 2000 10:03:48 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Nassim Bouayad-Agha cc: djgpp AT delorie DOT com Subject: Re: Djgpp,Nasm and DPMI In-Reply-To: <38BFD4E7.2FDD@wanadoo.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Fri, 3 Mar 2000, Nassim Bouayad-Agha wrote: > 1-I'm tottaly new with DPMi programming and protected mode,and I have a > lot of difficulty to understand the functions and the changes due to the > protected mode with assembly language(Nasm).Can someone give me the URL > of a good tutorial,or something else. I suggest to read chapter 18 of the DJGPP FAQ, I think it should give you enough background info and pointers to other resources, to let you off the ground. The latest version of the FAQ is available as v2/faq230b.zip from the same place you get DJGPP. > 2-I'm Re-writing my sprite routine in ASM with Nasm,but I don't know how > to correcly get the SEGMENT:OFFSET of my sprite buffer.Can someone help > me? See section 18.2 of the FAQ.