Real mode assembly appendix A: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
m New page: ''This is the appendix of the real mode assembly bare bones series, containing nifty tidbits of information, code, and ideas.'' ==Links to other articles with code== * [[Printing to the s...
 
use appropriate template
 
(3 intermediate revisions by 2 users not shown)
Line 1:
{{You}}
''This is the appendix of the real mode assembly bare bones series, containing nifty tidbits of information, code, and ideas.''
 
Line 9 ⟶ 10:
VGA video mode 12h is a 640x480 resolution, in which (with a little tweaking) can be used with your string printing function. All you have to do is add a <tt>mov bh,07h</tt> to allow regular coloured printing in graphics mode. At the moment, the cursor is disabled. You must find a way to eliminate it or do up a function specifically for printing in graphics mode.
 
===80x60 text mode===
As far as I can tell, there is no way to do this with standard VGA modes. If anyone has done this, please tell by emailing me at blasterman95 _AT_ gmail _DOT_ com or by PM'ing me on the forums! Thanks!
 
[[Category:Assembly]]
[[Category:Real mode assembly]]