Ignore:
Timestamp:
Jan 14, 2011, 10:57:46 PM (13 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:

Minor size optimizations in various files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH11h_HRecal.asm

    r28 r84  
    22; Project name  :   IDE BIOS
    33; Created date  :   28.9.2007
    4 ; Last update   :   29.7.2010
    5 ; Author        :   Tomi Tilli
     4; Last update   :   14.1.2011
     5; Author        :   Tomi Tilli,
     6;               :   Krister Nordvall (optimizations)
    67; Description   :   Int 13h function AH=11h, Recalibrate.
    78
     
    3132    push    bx
    3233    push    ax
     34%ifndef USE_186
    3335    call    AH11h_RecalibrateDrive
    3436    jmp     Int13h_PopXRegsAndReturn
     37%else
     38    push    Int13h_PopXRegsAndReturn
     39    ; Fall through to AH11h_RecalibrateDrive
     40%endif
    3541
    3642
Note: See TracChangeset for help on using the changeset viewer.