http://GameProgrammer.Com

Programming

GP Mailing List
     Thread Index
     Date Index

ATXGPSIG List
     Thread Index
     Date Index

Google
>

Home

TheGrumpyProgrammer



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Video card control



Hi,

I would just like to know, what registers need to be set to what and which interrupt needs to be called to initialize video modes (such as 13h) under Linux. Something like this in Dos:

	AX = 0001 0011
	Interrupt 0001 0000

I use the following procedure (asm):

	mov	ax, 10011b
	int	10000b

Also, a procedure to plot a pixel would be appreciated.

BTW My numbers are in binary, because I prefer it over hexadecimal (reason unknown). An answer in hexadecimal will be happilly converted or used as is.

Kind regards,

Lionel Pinkhard
=================================================================
The GameProgrammer.Com mailing list is for the open discussion
of any topic related to the art, science, and business of
programming games. This list is especially tolerant of beginners.
We were all beginners once

To SUBSCRIBE or UNSUBSCRIBE please visit:
http://gameprogrammer.com/mailinglist.html