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


Ignore:
Timestamp:
Mar 14, 2013, 9:45:07 PM (11 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:

Changes:

  • Made some improvements to the stack switching in Int13h.asm.
  • Added a tail-call optimized variant of the CALL_MENU_LIBRARY macro (JMP_MENU_LIBRARY).
  • Other optimizations and fixes.
File:
1 edited

Legend:

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

    r505 r525  
    714714    call    InitializeNullStringsToDialogInputInDSSI
    715715    mov     WORD [si+DIALOG_INPUT.fszTitle], g_szSelectNewDrive
    716     CALL_MENU_LIBRARY GetDriveWithIoInDSSI
    717     ret
     716    JMP_MENU_LIBRARY GetDriveWithIoInDSSI
    718717
    719718;--------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.