Changeset 106 in xtideuniversalbios for trunk/Assembly_Library/Src/Menu/Dialog/DialogFile.asm


Ignore:
Timestamp:
Feb 17, 2011, 3:11:31 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to Assembly Library:

  • Some utility functions are now included only when including menu dialogs.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Src/Menu/Dialog/DialogFile.asm

    r105 r106  
    4545.ItemSelectedFromCX:
    4646    call    LoadItemStringBufferToESDI
    47     COPY_ESDI_to_DSSI
     47    call    Registers_CopyESDItoDSSI
    4848    call    ItemLineSplitter_GetLineToDSSIandLengthToCXfromStringInDSSIwithIndexInCX
    4949    jmp     ParseSelectionFromItemLineInDSSI
     
    128128    call    RemoveLastLFandTerminateESDIwithNull
    129129
    130     COPY_SSBP_TO_DSSI
     130    call    Registers_CopySSBPtoDSSI
    131131    xor     ax, ax
    132132    call    Dialog_EventInitializeMenuinitFromDSSIwithHighlightedItemInAX
     
    198198ALIGN JUMP_ALIGN
    199199.ClearDLifInRootDirectory:
    200     COPY_ESDI_to_DSSI
     200    call    Registers_CopyESDItoDSSI
    201201    call    Directory_WriteCurrentPathToDSSI
    202202    mov     dl, [si]
     
    374374ALIGN JUMP_ALIGN
    375375SortDirectoryContentsStringFromESDIwithCountInCX:
    376     COPY_ESDI_to_DSSI
     376    call    Registers_CopyESDItoDSSI
    377377    call    .AddDirectoryContentsStringLengthToDI
    378378    mov     bx, .FileStringComparator
Note: See TracChangeset for help on using the changeset viewer.