Date: Mon, 7 Sep 1998 10:53:46 +0300 (IDT) From: Eli Zaretskii To: conrad cc: djgpp AT delorie DOT com Subject: Re: vga In-Reply-To: <6suf6t$7mt$1@front6.grolier.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sun, 6 Sep 1998, conrad wrote: > does anyone know how to switch to vga mode with djgpp ? Use the __dpmi_int library function. The DJGPP FAQ list explains the background about this in section 18.1 and 18.2. The FAQ is available as v2/faq210b.zip from the same place you got DJGPP. > and how can I use asm {} ? You can't. DJGPP does support inline assembly, but its syntax is very different from the MSC- and Borland-style asm{} blocks. See section 18.13 of the FAQ, for more details.