Page 1 of 1

VGA HELP ME!

Posted: Sat Jun 15, 2013 2:53 am
by EmileTheCoder
HI i need help to make an pixel control driver in asm.(only asm).

thx.

Re: VGA

Posted: Sat Jun 15, 2013 3:24 am
by shikhin
Hi,

What do you imply by a "pixel control driver?" If you mean something that can plot pixels, have you read our wiki, for example, the VGA page? Have you any experience with assembly? If yes to both, what specific problems are you facing?

EDIT: try to use less intrusive topic names, that aren't all in CAPS. Also try not to have text like "HELP ME!" in the topic, as if you're dying from gunshot wounds, and we all need to tape you up before you succumb to the injuries...

Regards,
Shikhin

Re: VGA HELP ME!

Posted: Sat Jun 15, 2013 9:32 pm
by Mikemk
Additionally, please don't color your text. If it actually needs it, that's what bold is for.

Re: VGA HELP ME!

Posted: Fri Jun 21, 2013 10:58 am
by EmileTheCoder
Ok soory my bad about BOLD i wont do it again and yes i do have some experience with asm. and i dont want it to be in c/c++ only asm so vga wiki is no help and yes iwane set an pixsel thx.

Re: VGA HELP ME!

Posted: Fri Jun 21, 2013 11:36 am
by AJ
Hi,

The VGA articles in question may have mainly C examples, but they do also explain the memory layout and mode switching in quite a lot of detail - if you know asm, you should be able to get something sensible out of the articles.

Cheers,
Adam