Ignore:
Timestamp:
Nov 16, 2011, 8:47:56 AM (12 years ago)
Author:
gregli@…
google:author:
gregli@hotmail.com
Message:

Space optimization in Address.asm, includes bug fix for BootMenuPrintCfg.asm (was using a word index instead of a byte index).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuPrintCfg.asm

    r186 r191  
    5151;       Nothing (jumps to next push below)
    5252;   Corrupts registers:
    53 ;       AX
     53;       AX, BX
    5454;--------------------------------------------------------------------
    5555PushAddressingMode:
    56     call    AccessDPT_GetAddressingModeForWordLookToBX
    57     mov     al,g_szAddressingModes_Displacement
     56    call    AccessDPT_GetAddressingModeToAXZF
     57    mov     bl,g_szAddressingModes_Displacement
    5858    mul     bl
    5959    add     ax,g_szAddressingModes
Note: See TracChangeset for help on using the changeset viewer.