Changeset 52 in xtideuniversalbios for trunk/Assembly_Library/Inc/CgaSnow.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/CgaSnow.inc

    r49 r52  
    22; Project name  :   AssemblyLibrary
    33; Created date  :   8.10.2010
    4 ; Last update   :   8.10.2010
     4; Last update   :   11.10.2010
    55; Author        :   Tomi Tilli
    66; Description   :   Macros for preventing CGA snow.
     
    2828    %elifidn %1, stosw
    2929        call    CgaSnow_Stosw
    30     %elifidn %1, scasb
    31         call    CgaSnow_Scasb
    3230    %elifidn %1, rep movsb
    3331        call    CgaSnow_RepMovsb
Note: See TracChangeset for help on using the changeset viewer.