I hope that it's not a very stupid question, but how do i shift to vga and Svga mode in asm. I only know how to shift to 320*200 color and 640*200 black and white. I use this code
mov ah,0
mov al,4
int 10h
to shift to 320*200 color mode, and that do not look very nice.
Ren
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
MOV AX, VidMode
INT 10h
For the SVGA VESA modes, the code is:
MOV AX, 4F02h
MOV BX, VidMode
INT 10h
Some of the SVGA VESA modes are provided below:
URL:http://acheronx.ml.org/home/