Ignore:
Timestamp:
May 1, 2011, 8:34:29 PM (13 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:

Changes to the XTIDE Universal BIOS:

  • Size optimizations in IdeTransfer.asm and IdeCommand.asm (saved 12 bytes).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Device/IDE/IdeCommand.asm

    r155 r157  
    8282
    8383    ; Clean stack and return
    84     rcl     al, 1       ; Store CF
    85     add     sp, BYTE SIZE_OF_FAKE_IDEPACK
    86     rcr     al, 1       ; Restore CF
     84    lea     sp, [bp+SIZE_OF_FAKE_IDEPACK]   ; This assumes BP hasn't changed between Idepack_FakeToSSBP and here
    8785    pop     bp
    8886    ret
Note: See TracChangeset for help on using the changeset viewer.