Changeset 162 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/VariablesAndDPTs


Ignore:
Timestamp:
May 28, 2011, 7:34:42 PM (13 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:

Changes to all parts of the project:

  • Size optimizations, mostly by excluding code from the BIOS.
  • Cleaned the source a bit, fixed spelling and grammar mistakes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/VariablesAndDPTs/CreateDPT.asm

    r160 r162  
    203203;   Returns:
    204204;       DL:     Drive number for new drive
    205 ;       CF:     Cleared if DPT parameters stored successfully
    206 ;               Set if any error
     205;       CF:     Always cleared
    207206;   Corrupts registers:
    208207;       Nothing
     
    218217    ja      SHORT .AllDone              ;  If so, return
    219218    mov     [RAMVARS.bFirstDrv], dl     ; Store first drive number
     219    clc
    220220.AllDone:
    221     clc
    222221    ret
Note: See TracChangeset for help on using the changeset viewer.