Ignore:
Timestamp:
Jan 25, 2011, 9:13:56 PM (13 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:

Size optimizations in various files in the XTIDE BIOS.
Also added a new include file for generic macros (macros.inc).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Initialization/DetectPrint.asm

    r3 r86  
    1 ; File name     :   DetectPrint.asm
    21; Project name  :   IDE BIOS
    3 ; Created date  :   28.3.2010
    4 ; Last update   :   9.4.2010
    5 ; Author        :   Tomi Tilli
    62; Description   :   Functions for printing drive detection strings.
    73
     
    2521    ePUSH_T ax, ROMVARS.szTitle
    2622    mov     si, g_szRomAt
    27     mov     dh, 4                       ; 4 bytes pushed to stack
    28     jmp     PrintString_JumpToFormat
     23    jmp     SHORT DetectPrint_4BytesPushedToStack
    2924
    3025
     
    6762    push    ax
    6863    mov     si, g_szDetect
     64DetectPrint_4BytesPushedToStack:
    6965    mov     dh, 4                       ; 4 bytes pushed to stack
    7066    jmp     PrintString_JumpToFormat
Note: See TracChangeset for help on using the changeset viewer.