Ignore:
Timestamp:
May 25, 2016, 8:16:35 AM (8 years ago)
Author:
krille_n_
Message:

Changes:

  • Updated URLs and copyright info in BIOSDRVS and XTIDECFG.
  • BIOSDRVS should now build under Linux.
  • Minor optimizations to the library.
File:
1 edited

Legend:

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

    r589 r590  
    248248
    249249    call    Menuitem_GetValueToAXfromMenuitemInDSSI
    250     mov     bx, 10
    251     CALL_DISPLAY_LIBRARY PrintWordFromAXwithBaseInBX
     250    mov     bl, 10
     251    CALL_DISPLAY_LIBRARY PrintWordFromAXWithBaseInBL
    252252    jmp     SHORT MenuitemPrint_FinishPrintingUnsignedOrHexValue
    253253
     
    270270
    271271    call    Menuitem_GetValueToAXfromMenuitemInDSSI
    272     mov     bx, 16
    273     CALL_DISPLAY_LIBRARY PrintWordFromAXwithBaseInBX
     272    mov     bl, 16
     273    CALL_DISPLAY_LIBRARY PrintWordFromAXWithBaseInBL
    274274    mov     al, 'h'
    275275    CALL_DISPLAY_LIBRARY PrintCharacterFromAL
Note: See TracChangeset for help on using the changeset viewer.