Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Graphics

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
How do I do graphics in asm? Like drawing lines and circles and stuff like that. Also, how might i get high resolution screens other than screen 12h. I mean like 1024x768 16bit gfx. How is this done? I want to make a libary for qbasic that gives good gfx support.
Thx
 
You need to find out about the VESA and Super VESA standards. Although todays video cards are alot more advanced these standards are the starting point where high res graphics are concerned.

Basically the VESA standards are an extension of the BIOS interrupt 010h where you can directly control the video card.

every good assemblist has a copy of the BIOS interrupt usage (most probably ralf browns), processor programming manuals (most probably Intels), operating system - system calls.

Drawing lines and circles, you have to do that the hard way with the VESA standard although some cards at the time and certain alot more suppprt additional functionality.

All this information is freely available on the web, you just have to find it!
"People who have nothing to say, say it too loud and have little knowledge. It's the quiet ones you need to worry about!"
 
Where can I look? I keep finding information on TI-89 programming when I look. Do you know any good sources?
 
Try searching for: 'VESA' "Information has a tendency to be free. Which means someone will always tell you something you don't want to know."
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top