Changeset 133 in xtideuniversalbios for trunk/Assembly_Library/Src/Menu/MenuTime.asm


Ignore:
Timestamp:
Mar 12, 2011, 1:48:48 PM (13 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:

Size optimizations in various files in the Assembly Library. Also a very small change to a string in XTIDE_Universal_BIOS_Configurator_v2/Src/Strings.asm

File:
1 edited

Legend:

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

    r105 r133  
    9797    xchg    dx, ax
    9898    call    TimerTicks_GetSecondsToAXfromTicksInDX
    99     jmp     SHORT .PopRegistersAndReturn
     99    SKIP2B  f   ; cmp ax, <next instruction>
    100100.TimeoutHasOccurredSoMakeSureTicksAreNotBelowZero:
    101101    xor     ax, ax
    102 .PopRegistersAndReturn:
     102
    103103    pop     bx
    104104    pop     cx
Note: See TracChangeset for help on using the changeset viewer.