VGA HELP ME!

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Locked
EmileTheCoder
Posts: 2
Joined: Sat Jun 15, 2013 2:47 am

VGA HELP ME!

Post by EmileTheCoder »

HI i need help to make an pixel control driver in asm.(only asm).

thx.
shikhin
Member
Member
Posts: 274
Joined: Sat Oct 09, 2010 3:35 am
Libera.chat IRC: shikhin
Contact:

Re: VGA

Post 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
http://shikhin.in/

Current status: Gandr.
Mikemk
Member
Member
Posts: 409
Joined: Sat Oct 22, 2011 12:27 pm

Re: VGA HELP ME!

Post by Mikemk »

Additionally, please don't color your text. If it actually needs it, that's what bold is for.
Programming is 80% Math, 20% Grammar, and 10% Creativity <--- Do not make fun of my joke!
If you're new, check this out.
EmileTheCoder
Posts: 2
Joined: Sat Jun 15, 2013 2:47 am

Re: VGA HELP ME!

Post 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.
User avatar
AJ
Member
Member
Posts: 2646
Joined: Sun Oct 22, 2006 7:01 am
Location: Devon, UK
Contact:

Re: VGA HELP ME!

Post 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
Locked