Sender: nate AT cartsys DOT com Message-ID: <35F74157.86CEFB96@cartsys.com> Date: Wed, 09 Sep 1998 20:02:48 -0700 From: Nate Eldredge MIME-Version: 1.0 To: conrad CC: djgpp AT delorie DOT com Subject: Re: vga References: <6suf6t$7mt$1 AT front6 DOT grolier DOT fr> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk conrad wrote: > > glopglop > > does anyone know how to switch to vga mode with djgpp ? #include __dpmi_regs r; r.x.ax = 0x0013; /* if memory serves */ __dpmi_int(0x10, &r); But read the FAQ (chapter 18 I think-- I haven't got it handy) for how to work in the mode. It is different from other compilers. > and how can I use asm {} ? FAQ section 18.13, I think. -- Nate Eldredge nate AT cartsys DOT com