Changeset 182 in xtideuniversalbios for trunk/Assembly_Library/Src


Ignore:
Timestamp:
Nov 14, 2011, 11:09:06 AM (12 years ago)
Author:
gregli@…
google:author:
gregli@hotmail.com
Message:

General code size optimizations, preparing for string compression, consolidating all strings into strings.asm. Note that some changes resulted in slightly larger size now uncompressed, but will be net win when compressed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Src/Menu/MenuBorders.asm

    r105 r182  
    385385    push    bp
    386386    mov     bp, sp
    387     mov     si, .szSelectionTimeout
     387    mov     si, g_szSelectionTimeout
    388388    push    ax          ; Push attribute
    389389    push    di          ; Push seconds
     
    391391    pop     bp
    392392    ret
    393 .szSelectionTimeout:
    394     db      DOUBLE_BOTTOM_LEFT_CORNER
    395     db      DOUBLE_LEFT_HORIZONTAL_TO_SINGLE_VERTICAL
    396     db      "%ASelection in %2u s",NULL
    397 
    398393
    399394; Lookup tables for border characters
Note: See TracChangeset for help on using the changeset viewer.