Ignore:
Timestamp:
Nov 6, 2020, 2:49:32 PM (3 years ago)
Author:
krille_n_
Message:

Changes:

  • Fixed a bug in Strings.asm from r589 where building the BIOS without MODULE_STRINGS_COMPRESSED would fail. Also removed a redundant CR to save a byte when building without MODULE_STRINGS_COMPRESSED.
  • Optimized the code in MODULE_HOTKEYS to reduce ROM space usage, stack usage and time spent in the user timer tick interrupt handler (1Ch). I hope this will fix the problem with hangs introduced in r599.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menuitem.asm

    r602 r603  
    226226    mov     bx, [si+MENUITEM.itemValue+ITEM_VALUE.rgwChoiceToValueLookup]
    227227    test    bx, bx
    228     jz      .StoreByteOrWordValueFromAXtoESDIwithItemInDSSI
     228    jz      SHORT .StoreByteOrWordValueFromAXtoESDIwithItemInDSSI
    229229
    230230    eSHL_IM ax, 1           ; Shift for WORD lookup
Note: See TracChangeset for help on using the changeset viewer.