Changeset 85 in xtideuniversalbios for trunk/Assembly_Library/Src/LibSizeCheck.asm
- Timestamp:
- Jan 25, 2011, 4:47:03 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/LibSizeCheck.asm
r73 r85 1 ; File name : LibSizeCheck.asm2 1 ; Project name : Assembly Library 3 ; Created date : 15.9.20104 ; Last update : 11.12.20105 ; Author : Tomi Tilli6 2 ; Description : Tests for Assembly Library. 7 3 ; Builds wanted library functions to check their size. 8 4 9 5 ; Include .inc files 10 %define INCLUDE_DISPLAY_LIBRARY6 ;%define INCLUDE_DISPLAY_LIBRARY 11 7 ;%define INCLUDE_FILE_LIBRARY 12 8 ;%define INCLUDE_KEYBOARD_LIBRARY 13 ;%define INCLUDE_MENU_LIBRARY9 %define INCLUDE_MENU_LIBRARY 14 10 ;%define INCLUDE_MENU_DIALOGS 15 11 ;%define INCLUDE_STRING_LIBRARY 16 12 ;%define INCLUDE_TIME_LIBRARY 17 13 ;%define INCLUDE_UTIL_LIBRARY 14 15 %define EXCLUDE_BIT_UTILS 16 %define EXCLUDE_SORT_UTILS 18 17 %include "AssemblyLibrary.inc" ; Assembly Library. Must be included first! 19 18
Note:
See TracChangeset
for help on using the changeset viewer.