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/Handlers/Int13h/Common/HError.asm

    r35 r86  
    1 ; File name     :   HError.asm
    21; Project name  :   IDE BIOS
    3 ; Created date  :   30.11.2007
    4 ; Last update   :   24.8.2010
    5 ; Author        :   Tomi Tilli
    62; Description   :   Error checking functions for BIOS Hard disk functions.
    73
     
    3430ALIGN JUMP_ALIGN
    3531HError_ProcessErrorsAfterPollingBSY:
     32%ifndef USE_186
    3633    call    HError_GetStatusAndErrorRegistersToAXandStoreThemToBDA
    3734    jmp     SHORT GetBiosErrorCodeToAHfromStatusAndErrorRegistersInAX
     35%else
     36    push    GetBiosErrorCodeToAHfromStatusAndErrorRegistersInAX
     37    ; Fall through to HError_GetStatusAndErrorRegistersToAXandStoreThemToBDA
     38%endif
    3839
    3940
Note: See TracChangeset for help on using the changeset viewer.