Changeset 85 in xtideuniversalbios for trunk/Assembly_Library/Src/AssemblyLibrary.asm


Ignore:
Timestamp:
Jan 25, 2011, 4:47:03 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to Assembly Library:

  • Some minor adjustments
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Src/AssemblyLibrary.asm

    r54 r85  
    1 ; File name     :   AssemblyLibrary.asm
    21; Project name  :   Assembly Library
    3 ; Created date  :   15.9.2010
    4 ; Last update   :   24.10.2010
    5 ; Author        :   Tomi Tilli
    62; Description   :   Assembly Library main file. This is the only file that
    73;                   needs to be included.
     
    7268
    7369%ifdef INCLUDE_UTIL_LIBRARY
    74     %include "Bit.asm"
     70    %ifndef EXCLUDE_BIT_UTILS
     71        %include "Bit.asm"
     72    %endif
    7573    %include "Memory.asm"
    7674    %include "Registers.asm"
    7775    %include "Size.asm"
    78     %include "Sort.asm"
     76    %ifndef EXCLUDE_SORT_UTILS
     77        %include "Sort.asm"
     78    %endif
    7979%endif
Note: See TracChangeset for help on using the changeset viewer.