Date: Mon, 11 Jan 1999 18:31:10 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Mohamed Saad cc: djgpp AT delorie DOT com Subject: Re: some questions... In-Reply-To: <19990111151945.20057.rocketmail@send101.yahoomail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Mon, 11 Jan 1999, Mohamed Saad wrote: > the faq does not explain really how can i change a selector. it > merely says "use the macro dos_ds (or what was its name?) defined in > "go32.h"" and that's all! No, that is not all the FAQ says. It gives you several working examples of using the _dos_ds selector. If the examples are not clear enough, please ask specific questions about the aspects you don't understand in full. > perhaps i need a more detailed info! does > any one know of a tutorial on the net for using assembler protected > mode code? There are pointers in the FAQ to such tutorials. See section 17.1 there. But don't expect a tutorial to solve your exact problem. At the very best, it will provide several more examples. It is still up to you to figure out the rest.