|
||||||
| C and C++ C and C++ forum for discussing all forms of C except for C#. These languages are powerful low level languages used for creating Operating Systems, Device Drivers, compilers and much more. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||||
|
int 10h is for VGA display. Its the standard bios interrupt for pixel plotting, text functions, VESA extensions, ect... Google Ralf Browns interrupt list.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall |
|
|||||
|
Check this page for interrupt information. Interrupt Jump Table |
|
|||
|
It's also very slow. I can show you how to write directly to video memory if you like. Note that calling an interrupt in a 32-bit program in Windows will result in an access violation error. AH=00 sets the video mode to the mode contained in AL. AH=0d reads the color value of the pixel specified in page BH, column CX, row DX. |
|
|||||
|
I love System programming Nothing funner. If you want, I can provide you with C++ classes for VGA & Vesa
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Algorithms and Data Structures
Programming Language Popularity
Code Collaboration
Podnet IRC Network
AmpHosted
Goal #1: 1,000 Blogs
Goal #2: 1,000 Wiki Pages
Goal #3: 300,000 Posts
Goal #4: 20,000 Threads
Done: 30%, 23%, 55%, 75%