flat assembler
Message board for the users of flat assembler.
Index
> DOS > Writing different size text to screen in full screen mode |
Author |
|
vid 29 Mar 2006, 11:08
yes...
see int 10h i think, setting video modes (ah=0 if i am right), and ralph brown list for available modes |
|||
29 Mar 2006, 11:08 |
|
RedGhost 29 Mar 2006, 11:36
example:
Code: xor ah, ah ;set video mode mov al, $xxx ;the video mode you desire int $10 $03 should provide a 640xXXX screen resolution for more information see INTERRUP.A of the ralf brown interrupt list, or int $10 of the html version http://www.ctyme.com/rbrown.htm or http://www.ctyme.com/intr/rb-0069.htm specifically for set video mode here you may also set graphics mode (to draw pixels) which i think you also requested in an earlier thread _________________ redghost.ca |
|||
29 Mar 2006, 11:36 |
|
bougainville 30 Mar 2006, 06:52
Thank you for rbrown link. It seems that there are many more int's than I was aware of. I shall experiment with these. Hope that the ones that I want work!!
|
|||
30 Mar 2006, 06:52 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.