Changeset 103 in xtideuniversalbios for trunk/Assembly_Library/Src/Menu/Dialog
- Timestamp:
- Feb 2, 2011, 1:33:48 AM (14 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Menu/Dialog/DialogFile.asm
r58 r103 1 ; File name : DialogFile.asm2 1 ; Project name : Assembly Library 3 ; Created date : 6.9.20104 ; Last update : 18.11.20105 ; Author : Tomi Tilli6 2 ; Description : Displays file dialog. 7 3 … … 49 45 .ItemSelectedFromCX: 50 46 call LoadItemStringBufferToESDI 51 callRegisters_CopyESDItoDSSI47 Registers_CopyESDItoDSSI 52 48 call ItemLineSplitter_GetLineToDSSIandLengthToCXfromStringInDSSIwithIndexInCX 53 49 jmp ParseSelectionFromItemLineInDSSI … … 132 128 call RemoveLastLFandTerminateESDIwithNull 133 129 134 callRegisters_CopySSBPtoDSSI130 Registers_CopySSBPtoDSSI 135 131 xor ax, ax 136 132 call Dialog_EventInitializeMenuinitFromDSSIwithHighlightedItemInAX … … 202 198 ALIGN JUMP_ALIGN 203 199 .ClearDLifInRootDirectory: 204 callRegisters_CopyESDItoDSSI200 Registers_CopyESDItoDSSI 205 201 call Directory_WriteCurrentPathToDSSI 206 202 mov dl, [si] … … 378 374 ALIGN JUMP_ALIGN 379 375 SortDirectoryContentsStringFromESDIwithCountInCX: 380 callRegisters_CopyESDItoDSSI376 Registers_CopyESDItoDSSI 381 377 call .AddDirectoryContentsStringLengthToDI 382 378 mov bx, .FileStringComparator
Note:
See TracChangeset
for help on using the changeset viewer.