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

    r41 r45  
    22; Project name  :   Assembly Library
    33; Created date  :   15.9.2010
    4 ; Last update   :   15.9.2010
     4; Last update   :   28.9.2010
    55; Author        :   Tomi Tilli
    66; Description   :   Defines for Menu library dialogs.
     
    7575
    7676
     77; Progress bar dialog
     78PROGRESS_COMPLETE_CHARACTER         EQU     BLOCK_FULL_FOREGROUND
     79PROGRESS_INCOMPLETE_CHARACTER       EQU     BLOCK_MOSTLY_BACKGROUND
     80
    7781; File dialog
    7882FILENAME_BUFFER_SIZE                EQU     14  ; 8+1+3+NULL+alignment
Note: See TracChangeset for help on using the changeset viewer.