Changeset 158 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Device/Idepack.asm


Ignore:
Timestamp:
May 2, 2011, 9:41:51 AM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to XTIDE Universal BIOS:

  • Optimized few bytes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Device/Idepack.asm

    r155 r158  
    11; Project name  :   XTIDE Universal BIOS
    22; Description   :   Functions for managing IDEPACK struct.
    3 
    4 SIZE_OF_FAKE_IDEPACK        EQU     (IDEPACK_size - INTPACK_size)
    53
    64; Section containing code
     
    1816Idepack_FakeToSSBP:
    1917    pop     ax
    20     sub     sp, BYTE SIZE_OF_FAKE_IDEPACK
     18    sub     sp, BYTE EXTRA_BYTES_FOR_INTPACK
    2119    mov     bp, sp
    2220    jmp     ax
Note: See TracChangeset for help on using the changeset viewer.