Changeset 52 in xtideuniversalbios for trunk/Assembly_Library/Src/Menu/MenuBorders.asm


Ignore:
Timestamp:
Oct 12, 2010, 6:51:07 PM (14 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to Assembly Library:
Completely rewritten line splitting (slower but no need to modify string).
Some changes to string processing functions.
Saved few bytes from CGA detection.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Src/Menu/MenuBorders.asm

    r45 r52  
    22; Project name  :   Assembly Library
    33; Created date  :   14.7.2010
    4 ; Last update   :   28.9.2010
     4; Last update   :   11.10.2010
    55; Author        :   Tomi Tilli
    66; Description   :   Functions for drawing menu borders.
     
    5050MenuBorders_AdjustDisplayContextForDrawingBorders:
    5151    mov     bl, ATTRIBUTES_ARE_USED
    52     mov     ax, MenuCharOut_MenuBorderTeletypeOutputWithAttribute
     52    mov     ax, MenuCharOut_MenuTeletypeOutput
    5353    CALL_DISPLAY_LIBRARY SetCharOutputFunctionFromAXwithAttribFlagInBL
    5454
    55     mov     ax, bp
     55    call    CharOutLineSplitter_GetFirstBorderLineColumnOffsetToAX
    5656    CALL_DISPLAY_LIBRARY SetCharacterOutputParameterFromAX
    5757
Note: See TracChangeset for help on using the changeset viewer.