Changeset 139 in xtideuniversalbios


Ignore:
Timestamp:
Mar 14, 2011, 11:36:54 AM (14 years ago)
Author:
Tomi Tilli
google:author:
aitotat
Message:

Changes to Assembly Library:

  • Delay functions are now excluded from XTIDE Universal BIOS.
Location:
trunk/Assembly_Library/Src
Files:
3 edited

Legend:

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

    r131 r139  
    6565
    6666%ifdef INCLUDE_TIME_LIBRARY
    67     %include "Delay.asm"
     67    %ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS
     68        %include "Delay.asm"
     69    %endif
    6870    %include "TimerTicks.asm"
    6971%endif
  • trunk/Assembly_Library/Src/LibSizeCheck.asm

    r131 r139  
    44
    55; Include .inc files
     6%define EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS
    67;%define INCLUDE_DISPLAY_LIBRARY
    78;%define INCLUDE_FILE_LIBRARY
  • trunk/Assembly_Library/Src/Time/Delay.asm

    r42 r139  
    1 ; File name     :   Delay.asm
    21; Project name  :   Assembly Library
    3 ; Created date  :   24.7.2010
    4 ; Last update   :   16.9.2010
    5 ; Author        :   Tomi Tilli
    62; Description   :   Delay functions.
    73
Note: See TracChangeset for help on using the changeset viewer.