Please can someone help a newbie?
How do you program graphics cards (and other devices) in 32 bit protected mode?
The only info I can find seems to refer to 16bit real mode.
Please, please, please point me in the right direction so I can get on with my life!
Many Thanks.
How do you program graphics cards (and other devices) in 32 bit protected mode?
The only info I can find seems to refer to 16bit real mode.
Please, please, please point me in the right direction so I can get on with my life!
Many Thanks.
Hi
You can't directly program any device in pmode unless you use a driver.
If you want to access graphiccard, soundcard, mouse & kbd use DirectX or OpenGl. Since I never used DirectX in asm myself I can't tell you how to do it exactly, however, this tutorial might be useful to you:
http://www.deinmeister.de/w32asm3e.htm
cheers,
gaf
You can't directly program any device in pmode unless you use a driver.
If you want to access graphiccard, soundcard, mouse & kbd use DirectX or OpenGl. Since I never used DirectX in asm myself I can't tell you how to do it exactly, however, this tutorial might be useful to you:
http://www.deinmeister.de/w32asm3e.htm
cheers,
gaf
Thanks for your suggestion gaf......