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


Ignore:
Timestamp:
Sep 29, 2010, 5:59:07 PM (14 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to assembly library:
Changed SetCharOutputFunctionFromAXwithAttribFlagInDL to SetCharOutputFunctionFromAXwithAttribFlagInBL since DX register gets corrupted by Display_FunctionFromDI.
Implemented quicksort.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Inc/Display.inc

    r44 r45  
    22; Project name  :   AssemblyLibrary
    33; Created date  :   25.6.2010
    4 ; Last update   :   27.9.2010
     4; Last update   :   28.9.2010
    55; Author        :   Tomi Tilli
    66; Description   :   Defines for display library.
     
    4040
    4141    .SetCharacterPointerFromBXAX                    resb    2
    42     .SetCharOutputFunctionFromAXwithAttribFlagInDL  resb    2
     42    .SetCharOutputFunctionFromAXwithAttribFlagInBL  resb    2
    4343    .SetCharacterOutputParameterFromAX              resb    2
    4444    .SetCharacterAttributeFromAL                    resb    2
Note: See TracChangeset for help on using the changeset viewer.