|
||
|
GP Mailing List
ATXGPSIG List
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: Video card control
Lionel If you like I will send you some C code later (ill today) to write image data to the screen. Daniel >From: Lionel Pinkhard <lionelpi@mweb.co.za> >Reply-To: gameprogrammer@gameprogrammer.com >To: gameprogrammer@gameprogrammer.com >Subject: Video card control >Date: Sun, 6 Jul 1980 05:09:11 +0000 > >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 ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com ================================================================= 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
|
|