Changeset 52 in xtideuniversalbios for trunk/Assembly_Library/Src/AssemblyLibrary.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/AssemblyLibrary.asm

    r48 r52  
    22; Project name  :   Assembly Library
    33; Created date  :   15.9.2010
    4 ; Last update   :   8.10.2010
     4; Last update   :   12.10.2010
    55; Author        :   Tomi Tilli
    66; Description   :   Assembly Library main file. This is the only file that
     
    3333
    3434%ifdef INCLUDE_MENU_LIBRARY
     35    %include "CharOutLineSplitter.asm"
    3536    %include "Menu.asm"
    3637    %include "MenuAttributes.asm"
     
    5354        %include "DialogString.asm"
    5455        %include "DialogWord.asm"
    55         %include "LineSplitter.asm"
     56        %include "ItemLineSplitter.asm"
    5657        %include "StringsForDialogs.asm"
    5758    %endif
     
    6162    %include "Char.asm"
    6263    %include "String.asm"
     64    %include "StringProcess.asm"
    6365%endif
    6466
Note: See TracChangeset for help on using the changeset viewer.