Click to See Complete Forum and Search --> : How to initialize graphics ...


Sudhakar Manjuloori
September 17th, 2006, 03:14 PM
Hi

I am very curious to know how do I initialize my system to the best
graphics resolution using assembly language code, and how do I place
a pixel at a given location with a given color.

Your help is highly appreciated.
Thanks in advance

kumaresh_ana
September 18th, 2006, 04:26 AM
It depends upon when are you going to do it. If its right after bios finishes then you dont need any init; you could use int 10 to do the job. If you need to do that after an OS active then it is platform dependent. For windows / linux you could use opengl to do the job of drawing a pixel.