Changeset 128 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot/BootPrint.asm


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

Changes to the XTIDE Universal BIOS:

  • Size optimizations in various files.
File:
1 edited

Legend:

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

    r120 r128  
    2121
    2222    mov     ax, g_szHDD
    23     test    dl, 80h
    24     eCMOVZ  ax, g_szFDD
     23    test    dl, dl
     24    js      SHORT .NotFDD
     25    mov     ax, g_szFDD
     26.NotFDD:
    2527    push    ax
    2628
Note: See TracChangeset for help on using the changeset viewer.