Changeset 52 in xtideuniversalbios for trunk/Assembly_Library/Inc/Display.inc


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/Inc/Display.inc

    r50 r52  
    22; Project name  :   AssemblyLibrary
    33; Created date  :   25.6.2010
    4 ; Last update   :   9.10.2010
     4; Last update   :   11.10.2010
    55; Author        :   Tomi Tilli
    66; Description   :   Defines for display library.
     
    2626    %elifidn %1, PopDisplayContext
    2727        call    DisplayContext_Pop
    28     %elifidn %1, PrepareOffScreenBufferInESBXtoESDI
    29         call    DisplayContext_PrepareOffScreenBufferInESBXtoESDI
     28    %elifidn %1, PrepareOffScreenBufferInESBXwithLengthInCX
     29        call    DisplayContext_PrepareOffScreenBufferInESBXwithLengthInCX
    3030    %else
    3131        mov     di, DISPLAY_LIB.%1
     
    3939    .PushDisplayContext:
    4040    .PopDisplayContext:
    41     .PrepareOffScreenBufferInESBXtoESDI:
    4241    .InitializeDisplayContext                       resb    2
    4342
Note: See TracChangeset for help on using the changeset viewer.