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

    r32 r35  
    22; Project name  :   IDE BIOS
    33; Created date  :   27.9.2007
    4 ; Last update   :   3.8.2010
     4; Last update   :   24.8.2010
    55; Author        :   Tomi Tilli
    66; Description   :   Int 13h function AH=8h, Read Disk Drive Parameters.
     
    3838    call    AH8h_GetDriveParameters
    3939    pop     bx
    40     jmp     Int13h_ReturnWithoutSwappingDrives
     40    jmp     Int13h_ReturnWithValueInDL
    4141
    4242ALIGN JUMP_ALIGN
     
    4444    call    Int13h_CallPreviousInt13hHandler
    4545    call    RamVars_GetCountOfKnownDrivesToDL
    46     jmp     Int13h_ReturnWithoutSwappingDrives
     46    jmp     Int13h_ReturnWithValueInDL
    4747
    4848
Note: See TracChangeset for help on using the changeset viewer.