Ignore:
Timestamp:
May 2, 2011, 9:41:51 AM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to XTIDE Universal BIOS:

  • Optimized few bytes.
File:
1 edited

Legend:

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

    r150 r158  
    6969PushBlockMode:
    7070    mov     ax, 1
    71     test    WORD [di+DPT.wFlags], FLG_DPT_BLOCK_MODE_SUPPORTED
     71    test    BYTE [di+DPT.bFlagsHigh], FLGH_DPT_BLOCK_MODE_SUPPORTED
    7272    jz      SHORT .PushBlockSizeFromAX
    7373    mov     al, [di+DPT_ATA.bSetBlock]
     
    137137;--------------------------------------------------------------------
    138138PushResetStatus:
    139     mov     ax, [di+DPT.wFlags]
    140     and     ax, MASK_DPT_RESET
     139    mov     al, [di+DPT.bFlagsHigh]
     140    and     ax, MASKH_DPT_RESET
    141141    push    ax
    142142
Note: See TracChangeset for help on using the changeset viewer.