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.
I need to display a bitmap using only interupts ( thats right, no direct video memory access ) from c, but using just the standard bios interupts. Its mode 0x13. Any help would be appreciated.
@TK: There might be dozens of ressources about how to draw a bmp, but then, provided the truth of our assumption that you 're asking because of any kind of assignment, you might get a hard time when it comes down to being interrogated by the prof and not knowing how and why you do it this and not any other way ... by writing directly, you can argue: it is simpler to write, it is faster, it is easier to maintain and way easier to extend ... and thus knocking off any of his reprimands.
@azeii - Ive seen that one before, i know how to do it that way. I WANT TO DO IT BY INTERUPTS! So many people know memory access is faster, so they always show examples and explanations for that. I want to do interupts simply becuase its not documented.