Ignore:
Timestamp:
Aug 24, 2010, 6:44:44 PM (14 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Cleaned recent changes a bit to save few bytes.

File:
1 edited

Legend:

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

    r3 r35  
    22; Project name  :   IDE BIOS
    33; Created date  :   15.3.2010
    4 ; Last update   :   2.4.2010
     4; Last update   :   24.8.2010
    55; Author        :   Tomi Tilli
    66; Description   :   Functions for swapping drive letters.
     
    2828    ret
    2929
     30
     31;--------------------------------------------------------------------
     32; DriveXlate_WhenLeavingInt13hWithReturnValueInDL
     33;   Parameters:
     34;       DS:     RAMVARS segment
     35;   Returns:
     36;       Nothing
     37;   Corrupts registers:
     38;       DI
     39;--------------------------------------------------------------------
     40ALIGN JUMP_ALIGN
     41DriveXlate_WhenLeavingInt13hWithReturnValueInDL:
     42    dec     BYTE [RAMVARS.xlateVars+XLATEVARS.bRecurCnt]
     43    ret
    3044
    3145;--------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.