Changeset 87 in xtideuniversalbios


Ignore:
Timestamp:
Jan 27, 2011, 3:53:37 AM (13 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:

Change to XTIDE Universal BIOS
*Size optimization in BootPrint.asm

File:
1 edited

Legend:

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

    r3 r87  
    1 ; File name     :   BootPrint.asm
    21; Project name  :   IDE BIOS
    3 ; Created date  :   19.3.2010
    4 ; Last update   :   1.4.2010
    5 ; Author        :   Tomi Tilli
    62; Description   :   Functions for printing boot related strings.
    73
     
    6561
    6662    ePUSH_T ax, g_szFound
    67     ePUSH_T ax, g_szBootSector
    68     mov     si, g_szSectRead
    69     mov     dh, 4                           ; 4 bytes pushed to stack
    70     jmp     PrintString_JumpToFormat
     63    jmp     SHORT BootPrint_MsgCodeShared
    7164
    7265
     
    8578BootPrint_FirstSectorNotBootable:
    8679    ePUSH_T ax, g_szNotFound
     80BootPrint_MsgCodeShared:
    8781    ePUSH_T ax, g_szBootSector
    8882    mov     si, g_szSectRead
Note: See TracChangeset for help on using the changeset viewer.