Changeset 85 in xtideuniversalbios for trunk/Assembly_Library/Src/LibSizeCheck.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/LibSizeCheck.asm

    r73 r85  
    1 ; File name     :   LibSizeCheck.asm
    21; Project name  :   Assembly Library
    3 ; Created date  :   15.9.2010
    4 ; Last update   :   11.12.2010
    5 ; Author        :   Tomi Tilli
    62; Description   :   Tests for Assembly Library.
    73;                   Builds wanted library functions to check their size.
    84
    95; Include .inc files
    10 %define INCLUDE_DISPLAY_LIBRARY
     6;%define INCLUDE_DISPLAY_LIBRARY
    117;%define INCLUDE_FILE_LIBRARY
    128;%define INCLUDE_KEYBOARD_LIBRARY
    13 ;%define INCLUDE_MENU_LIBRARY
     9%define INCLUDE_MENU_LIBRARY
    1410;%define INCLUDE_MENU_DIALOGS
    1511;%define INCLUDE_STRING_LIBRARY
    1612;%define INCLUDE_TIME_LIBRARY
    1713;%define INCLUDE_UTIL_LIBRARY
     14
     15%define EXCLUDE_BIT_UTILS
     16%define EXCLUDE_SORT_UTILS
    1817%include "AssemblyLibrary.inc"  ; Assembly Library. Must be included first!
    1918
Note: See TracChangeset for help on using the changeset viewer.