Changeset 44 in xtideuniversalbios for trunk/Assembly_Library/Src/Display/DisplayCharOut.asm


Ignore:
Timestamp:
Sep 27, 2010, 7:23:36 PM (14 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Spaces can now be generated before format specifier when printing formatted string.
Background character and attribute can now be easily specified before compiling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Src/Display/DisplayCharOut.asm

    r42 r44  
    22; Project name  :   Assembly Library
    33; Created date  :   26.6.2010
    4 ; Last update   :   18.9.2010
     4; Last update   :   22.9.2010
    55; Author        :   Tomi Tilli
    66; Description   :   Functions for outputting characters to video memory.
     
    180180                    ; made without interfering with the display. (H or V retrace)
    181181    jc      SHORT %%WaitUntilNotInRetrace
    182     sti
    183     nop             ; Should have time to serve IRQ here
    184     cli
    185182%%WaitUntilNextRetraceStarts:
    186183    in      al, dx
Note: See TracChangeset for help on using the changeset viewer.