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


Ignore:
Timestamp:
Mar 14, 2011, 3:49:50 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to Assembly Library:

  • Some inlining in Size.asm.
  • File Dialog can now enter in subdirectories starting with number.
File:
1 edited

Legend:

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

    r106 r141  
    498498    call    Char_IsUpperCaseLetterInAL
    499499    jc      SHORT .ParseAndChangeToSubdirInDSSI
     500    call    Char_IsDecimalDigitInAL
     501    jc      SHORT .ParseAndChangeToSubdirInDSSI ; Assume subdir and check for errors
    500502    ; Fall to .ParseAndSelectFileFromDSSI
    501503
     
    550552.ChangeDirectoryToDSSI:
    551553    call    Directory_ChangeToPathFromDSSI
     554    jc      SHORT .ParseAndSelectFileFromDSSI   ; Must have been a file starting with number
    552555    ; Fall to RefreshFilesToDisplay
    553556
Note: See TracChangeset for help on using the changeset viewer.