Changeset 141 in xtideuniversalbios for trunk/Assembly_Library/Src/Menu/Dialog
- Timestamp:
- Mar 14, 2011, 3:49:50 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Menu/Dialog/DialogFile.asm
r106 r141 498 498 call Char_IsUpperCaseLetterInAL 499 499 jc SHORT .ParseAndChangeToSubdirInDSSI 500 call Char_IsDecimalDigitInAL 501 jc SHORT .ParseAndChangeToSubdirInDSSI ; Assume subdir and check for errors 500 502 ; Fall to .ParseAndSelectFileFromDSSI 501 503 … … 550 552 .ChangeDirectoryToDSSI: 551 553 call Directory_ChangeToPathFromDSSI 554 jc SHORT .ParseAndSelectFileFromDSSI ; Must have been a file starting with number 552 555 ; Fall to RefreshFilesToDisplay 553 556
Note:
See TracChangeset
for help on using the changeset viewer.