Changeset 489 in xtideuniversalbios for trunk/Assembly_Library/Src/String/Char.asm


Ignore:
Timestamp:
Dec 13, 2012, 7:32:09 AM (11 years ago)
Author:
gregli@…
google:author:
gregli@hotmail.com
Message:

Added version string to initial title banner, for cases where there is not a boot menu (just hotkeys, or no hotkeys). Also ifdef'd out some unused code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Src/String/Char.asm

    r376 r489  
    181181%endif
    182182
     183               
    183184;--------------------------------------------------------------------
    184185; Char_ALtoUpperCaseLetter
     
    190191;       Nothing
    191192;--------------------------------------------------------------------
     193%ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS       
    192194ALIGN STRING_JUMP_ALIGN
    193195Char_ALtoUpperCaseLetter:
     
    196198    jnc     SHORT Char_ChangeCaseInAL.Return
    197199    ; Fall to Char_ChangeCaseInAL
    198 
     200%endif
     201
     202       
    199203;--------------------------------------------------------------------
    200204; Char_ChangeCaseInAL
Note: See TracChangeset for help on using the changeset viewer.