Changeset 54 in xtideuniversalbios for trunk/Assembly_Library/Src/Util/Sort.asm


Ignore:
Timestamp:
Oct 24, 2010, 11:01:17 AM (14 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to Assembly Library:
Drive selection moved to own dialog from File Dialog.
File Dialog now displays loading text for better usability in slow systems.
Moved some functions from Memory.asm to new Registers.asm.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Src/Util/Sort.asm

    r46 r54  
    22; Project name  :   Assembly Library
    33; Created date  :   28.9.2010
    4 ; Last update   :   1.10.2010
     4; Last update   :   24.10.2010
    55; Author        :   Tomi Tilli
    66; Description   :   Sorting algorithms
     
    230230
    231231    ; Item DX to Item AX
    232     call    Memory_ExchangeDSSIwithESDI
     232    call    Registers_ExchangeDSSIwithESDI
    233233    call    GetItemPointerToDSSIfromIndexInDX
    234234    call    CopyItemFromDSSItoESDI
     
    236236    ; Stack to Item DX
    237237    call    GetPointerToTemporaryItemToESDI
    238     call    Memory_ExchangeDSSIwithESDI
     238    call    Registers_ExchangeDSSIwithESDI
    239239    call    CopyItemFromDSSItoESDI
    240240
Note: See TracChangeset for help on using the changeset viewer.