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/HIRQ.asm

    r35 r86  
    1 ; File name     :   HIRQ.asm
    21; Project name  :   IDE BIOS
    3 ; Created date  :   11.12.2009
    4 ; Last update   :   24.8.2010
    5 ; Author        :   Tomi Tilli
    62; Description   :   Interrupt handling related functions.
    73
     
    4137    LOAD_BDA_SEGMENT_TO ds, ax          ; Zero AX
    4238    cli                                 ; Disable interrupts
    43     cmp     al, [ds:BDA.bHDTaskFlg]     ; Task flag already set?
     39    cmp     al, [BDA.bHDTaskFlg]        ; Task flag already set?
    4440    jc      SHORT .ReturnFromWaitNotify ;  If so, skip OS notification
    4541
Note: See TracChangeset for help on using the changeset viewer.