Ignore:
Timestamp:
Jan 27, 2011, 8:14:13 AM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to XTIDE Universal BIOS:

  • Now uses new libraries (untested)
  • Non-working since code size is too large
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/Common/HCommand.asm

    r3 r88  
    1 ; File name     :   HCommand.asm
    2 ; Project name  :   IDE BIOS
    3 ; Created date  :   28.3.2010
    4 ; Last update   :   16.4.2010
    5 ; Author        :   Tomi Tilli
     1; Project name  :   XTIDE Universal BIOS
    62; Description   :   Functions for outputting IDE commands and parameters.
    73
     
    113109    out     dx, al
    114110    mov     al, ah                      ; Restore sector count to AL
    115     jmp     SoftDelay_BeforePollingStatusRegister
     111    ret
Note: See TracChangeset for help on using the changeset viewer.